| Package | Description |
|---|---|
| ezvcard | |
| ezvcard.io.scribe |
Contains classes that know how to marshal and unmarshal a property in each vCard format.
|
| ezvcard.property |
Contains the DTO class for each property.
|
| Modifier and Type | Method and Description |
|---|---|
Note |
VCard.addNote(String note)
Adds a note.
|
| Modifier and Type | Method and Description |
|---|---|
List<Note> |
VCard.getNotes()
Gets the notes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VCard.addNote(Note note)
Adds a note.
|
void |
VCard.addNoteAlt(Note... altRepresentations)
Adds a note.
|
| Modifier and Type | Method and Description |
|---|---|
protected Note |
NoteScribe._parseValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
Note |
Note.copy() |
| Constructor and Description |
|---|
Note(Note original)
Copy constructor.
|
Copyright © 2012–2023 Michael Angstadt. All rights reserved.