public class VCardOrganizationalRecordset extends VCardRecordset
Represents a set of Organizational vCard records. These properties are concerned with information associated with characteristics of the organization or organizational units of the object that the vCard represents.
Learn more
Modifier and Type | Method and Description |
---|---|
VCardAgentRecord |
getAgentObjectRecord()
Gets the information about another person who will act on behalf of the vCard object.
|
VCardRecord[] |
getAgentRecords()
Gets the information about another person who will act on behalf of the vCard object.
|
VCardTextRecord[] |
getAgentUriRecords()
Gets the information about another person who will act on behalf of the vCard object.
|
byte[][] |
getBinaryLogos()
Gets the graphic images of the logo associated with the object.
|
VCardBinaryRecord[] |
getLogoBinaryRecords()
Gets the graphic images of the logo associated with the object.
|
VCardRecord[] |
getLogoRecords()
Gets the graphic images of the logo associated with the object.
|
VCardTextRecord[] |
getLogoUriRecords()
Gets the URIs of the graphic images of the logo associated with the object.
|
VCardTextRecord[] |
getMemberRecords()
Gets the members in the group this vCard represents.
|
String[] |
getMembers()
Gets the members in the group this vCard represents.
|
VCardCard |
getObjectAgent()
Gets the information about another person who will act on behalf of the vCard object.
|
VCardTextRecord[] |
getOrganizationNameRecords()
Gets the organizational names and units associated with the object.
|
String[] |
getOrganizationNames()
Gets the organizational names and units associated with the object.
|
VCardTextRecord[] |
getRelationshipRecords()
Gets the relationships between another entity and the entity represented by this vCard.
|
String[] |
getRelationships()
Gets the relationships between another entity and the entity represented by this vCard.
|
VCardTextRecord[] |
getRoleRecords()
Gets the functions or parts played in a particular situation by the object.
|
String[] |
getRoles()
Gets the functions or parts played in a particular situation by the object.
|
VCardTextRecord[] |
getTitleRecords()
Gets the positions or jobs of the object.
|
String[] |
getTitles()
Gets the positions or jobs of the object.
|
String[] |
getUriAgents()
Gets the information about another person who will act on behalf of the vCard object.
|
String[] |
getUriLogos()
Gets the URIs of the graphic images of the logo associated with the object.
|
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public final VCardTextRecord[] getTitleRecords()
Gets the positions or jobs of the object.
public final String[] getTitles()
Gets the positions or jobs of the object.
TitleRecords
.
public final VCardTextRecord[] getRoleRecords()
Gets the functions or parts played in a particular situation by the object.
public final String[] getRoles()
Gets the functions or parts played in a particular situation by the object.
TitleRecords
.
public final VCardRecord[] getLogoRecords()
Gets the graphic images of the logo associated with the object.
public final VCardBinaryRecord[] getLogoBinaryRecords()
Gets the graphic images of the logo associated with the object.
LogoRecords
.
public final byte[][] getBinaryLogos()
Gets the graphic images of the logo associated with the object.
LogoBinaryRecords
.
public final VCardTextRecord[] getLogoUriRecords()
Gets the URIs of the graphic images of the logo associated with the object.
LogoRecords
.
public final String[] getUriLogos()
Gets the URIs of the graphic images of the logo associated with the object.
LogoUriRecords
.
public final VCardRecord[] getAgentRecords()
Gets the information about another person who will act on behalf of the vCard object.
public final VCardAgentRecord getAgentObjectRecord()
Gets the information about another person who will act on behalf of the vCard object.
AgentRecords
.
public final VCardCard getObjectAgent()
Gets the information about another person who will act on behalf of the vCard object.
AgentObjectRecord
.
public final VCardTextRecord[] getAgentUriRecords()
Gets the information about another person who will act on behalf of the vCard object.
AgentRecords
.
public final String[] getUriAgents()
Gets the information about another person who will act on behalf of the vCard object.
AgentUriRecords
.
public final VCardTextRecord[] getOrganizationNameRecords()
Gets the organizational names and units associated with the object.
public final String[] getOrganizationNames()
Gets the organizational names and units associated with the object.
OrganizationNameRecords
.
public final VCardTextRecord[] getMemberRecords()
Gets the members in the group this vCard represents.
public final String[] getMembers()
Gets the members in the group this vCard represents.
MemberRecords
.
public final VCardTextRecord[] getRelationshipRecords()
Gets the relationships between another entity and the entity represented by this vCard.
public final String[] getRelationships()
Gets the relationships between another entity and the entity represented by this vCard.
RelationshipRecords
.