| 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 |
|---|---|
List<CalendarUri> |
VCard.getCalendarUris()
Gets the URIs that point to the person's calendar.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VCard.addCalendarUri(CalendarUri calendarUri)
Adds a URI that points to the person's calendar.
|
void |
VCard.addCalendarUriAlt(CalendarUri... altRepresentations)
Adds a URI that points to the person's calendar.
|
| Modifier and Type | Method and Description |
|---|---|
protected CalendarUri |
CalendarUriScribe._parseValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
CalendarUri |
CalendarUri.copy() |
| Constructor and Description |
|---|
CalendarUri(CalendarUri original)
Copy constructor.
|
Copyright © 2012–2023 Michael Angstadt. All rights reserved.