| 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 |
|---|---|
Mailer |
VCard.getMailer()
Gets the email client that the person uses.
|
Mailer |
VCard.setMailer(String mailer)
Sets the email client that the person uses.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VCard.setMailer(Mailer mailer)
Sets the email client that the person uses.
|
| Modifier and Type | Method and Description |
|---|---|
protected Mailer |
MailerScribe._parseValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
Mailer |
Mailer.copy() |
| Constructor and Description |
|---|
Mailer(Mailer original)
Copy constructor.
|
Copyright © 2012–2023 Michael Angstadt. All rights reserved.