|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Email | |
|---|---|
| ezvcard | |
| ezvcard.io.scribe | |
| Uses of Email in ezvcard |
|---|
| Methods in ezvcard that return Email | |
|---|---|
Email |
VCard.addEmail(String email,
EmailType... types)
Adds an email address. |
| Methods in ezvcard that return types with arguments of type Email | |
|---|---|
List<Email> |
VCard.getEmails()
Gets the email addresses. |
| Methods in ezvcard with parameters of type Email | |
|---|---|
void |
VCard.addEmail(Email email)
Adds an email address. |
void |
VCard.addEmailAlt(Email... altRepresentations)
Adds an email property as a group of alternative representations (see: description of ALTID). |
| Method parameters in ezvcard with type arguments of type Email | |
|---|---|
void |
VCard.addEmailAlt(Collection<Email> altRepresentations)
Adds an email property as a group of alternative representations (see: description of ALTID). |
| Uses of Email in ezvcard.io.scribe |
|---|
| Methods in ezvcard.io.scribe that return Email | |
|---|---|
protected Email |
EmailScribe._parseHtml(HCardElement element,
List<String> warnings)
|
protected Email |
EmailScribe._parseValue(String value)
|
| Methods in ezvcard.io.scribe with parameters of type Email | |
|---|---|
protected void |
EmailScribe._prepareParameters(Email property,
VCardParameters copy,
VCardVersion version,
VCard vcard)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||