|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OrgDirectory | |
---|---|
ezvcard | |
ezvcard.io.scribe |
Uses of OrgDirectory in ezvcard |
---|
Methods in ezvcard that return OrgDirectory | |
---|---|
OrgDirectory |
VCard.addOrgDirectory(String orgDirectory)
Adds an organization directory. |
Methods in ezvcard that return types with arguments of type OrgDirectory | |
---|---|
List<OrgDirectory> |
VCard.getOrgDirectories()
Gets the organization directories. |
Methods in ezvcard with parameters of type OrgDirectory | |
---|---|
void |
VCard.addOrgDirectory(OrgDirectory orgDirectory)
Adds an organization directory. |
void |
VCard.addOrgDirectoryAlt(OrgDirectory... altRepresentations)
Adds an org directory property as a group of alternative representations (see: description of ALTID ). |
Method parameters in ezvcard with type arguments of type OrgDirectory | |
---|---|
void |
VCard.addOrgDirectoryAlt(Collection<OrgDirectory> altRepresentations)
Adds an org directory property as a group of alternative representations (see: description of ALTID ). |
Uses of OrgDirectory in ezvcard.io.scribe |
---|
Methods in ezvcard.io.scribe that return OrgDirectory | |
---|---|
protected OrgDirectory |
OrgDirectoryScribe._parseValue(String value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |