| 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 |
|---|---|
Telephone |
VCard.addTelephoneNumber(String telephoneNumber,
TelephoneType... types)
Adds a telephone number.
|
| Modifier and Type | Method and Description |
|---|---|
List<Telephone> |
VCard.getTelephoneNumbers()
Gets the telephone numbers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VCard.addTelephoneNumber(Telephone telephoneNumber)
Adds a telephone number.
|
void |
VCard.addTelephoneNumberAlt(Telephone... altRepresentations)
Adds a telephone number.
|
| Modifier and Type | Method and Description |
|---|---|
protected Telephone |
TelephoneScribe._parseHtml(HCardElement element,
ParseContext context) |
protected Telephone |
TelephoneScribe._parseJson(JCardValue value,
VCardDataType dataType,
VCardParameters parameters,
ParseContext context) |
protected Telephone |
TelephoneScribe._parseText(String value,
VCardDataType dataType,
VCardParameters parameters,
ParseContext context) |
protected Telephone |
TelephoneScribe._parseXml(XCardElement element,
VCardParameters parameters,
ParseContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected VCardDataType |
TelephoneScribe._dataType(Telephone property,
VCardVersion version) |
protected void |
TelephoneScribe._prepareParameters(Telephone property,
VCardParameters copy,
VCardVersion version,
VCard vcard) |
protected JCardValue |
TelephoneScribe._writeJson(Telephone property) |
protected String |
TelephoneScribe._writeText(Telephone property,
WriteContext context) |
protected void |
TelephoneScribe._writeXml(Telephone property,
XCardElement parent) |
| Modifier and Type | Method and Description |
|---|---|
Telephone |
Telephone.copy() |
| Constructor and Description |
|---|
Telephone(Telephone original)
Copy constructor.
|
Copyright © 2012–2023 Michael Angstadt. All rights reserved.