|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Telephone | |
---|---|
ezvcard | |
ezvcard.io.scribe |
Uses of Telephone in ezvcard |
---|
Methods in ezvcard that return Telephone | |
---|---|
Telephone |
VCard.addTelephoneNumber(String telephoneNumber,
TelephoneType... types)
Adds a telephone number. |
Methods in ezvcard that return types with arguments of type Telephone | |
---|---|
List<Telephone> |
VCard.getTelephoneNumbers()
Gets the telephone numbers. |
Methods in ezvcard with parameters of type Telephone | |
---|---|
void |
VCard.addTelephoneNumber(Telephone telephoneNumber)
Adds a telephone number. |
void |
VCard.addTelephoneNumberAlt(Telephone... altRepresentations)
Adds a telephone property as a group of alternative representations (see: description of ALTID ). |
Method parameters in ezvcard with type arguments of type Telephone | |
---|---|
void |
VCard.addTelephoneNumberAlt(Collection<Telephone> altRepresentations)
Adds a telephone property as a group of alternative representations (see: description of ALTID ). |
Uses of Telephone in ezvcard.io.scribe |
---|
Methods in ezvcard.io.scribe that return Telephone | |
---|---|
protected Telephone |
TelephoneScribe._parseHtml(HCardElement element,
List<String> warnings)
|
protected Telephone |
TelephoneScribe._parseJson(JCardValue value,
VCardDataType dataType,
VCardParameters parameters,
List<String> warnings)
|
protected Telephone |
TelephoneScribe._parseText(String value,
VCardDataType dataType,
VCardVersion version,
VCardParameters parameters,
List<String> warnings)
|
protected Telephone |
TelephoneScribe._parseXml(XCardElement element,
VCardParameters parameters,
List<String> warnings)
|
Methods in ezvcard.io.scribe with parameters of type Telephone | |
---|---|
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,
VCardVersion version)
|
protected void |
TelephoneScribe._writeXml(Telephone property,
XCardElement parent)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |