| 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 |
|---|---|
OrgDirectory |
VCard.addOrgDirectory(String orgDirectory)
Adds an organization directory.
|
| Modifier and Type | Method and Description |
|---|---|
List<OrgDirectory> |
VCard.getOrgDirectories()
Gets the organization directories.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VCard.addOrgDirectory(OrgDirectory orgDirectory)
Adds an organization directory.
|
void |
VCard.addOrgDirectoryAlt(OrgDirectory... altRepresentations)
Adds an organization directory.
|
| Modifier and Type | Method and Description |
|---|---|
protected OrgDirectory |
OrgDirectoryScribe._parseValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
OrgDirectory |
OrgDirectory.copy() |
| Constructor and Description |
|---|
OrgDirectory(OrgDirectory original)
Copy constructor.
|
Copyright © 2012–2023 Michael Angstadt. All rights reserved.