| 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 |
|---|---|
Birthday |
VCard.getBirthday()
Gets the person's birthday.
|
Birthday |
VCard.setBirthday(LocalDate date)
Sets the person's birthday.
|
| Modifier and Type | Method and Description |
|---|---|
List<Birthday> |
VCard.getBirthdays()
Gets all
Birthday property instances. |
| Modifier and Type | Method and Description |
|---|---|
void |
VCard.setBirthday(Birthday birthday)
Sets the person's birthday.
|
void |
VCard.setBirthdayAlt(Birthday... altRepresentations)
Sets the person's birthday.
|
| Modifier and Type | Method and Description |
|---|---|
protected Birthday |
BirthdayScribe.newInstance(PartialDate partialDate) |
protected Birthday |
BirthdayScribe.newInstance(String text) |
protected Birthday |
BirthdayScribe.newInstance(Temporal date) |
| Modifier and Type | Method and Description |
|---|---|
Birthday |
Birthday.copy() |
| Constructor and Description |
|---|
Birthday(Birthday original)
Copy constructor.
|
Copyright © 2012–2023 Michael Angstadt. All rights reserved.