@Deprecated public class VCardOrganizationalRecordsetMetadata extends VCardRecordsetMetadata
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.
Modifier and Type | Method and Description |
---|---|
VCardAgentRecordMetadata |
getAgentObjectRecord()
Deprecated.
Gets the information about another person who will act on behalf of the vCard object.
|
VCardRecordMetadata[] |
getAgentRecords()
Deprecated.
Gets the information about another person who will act on behalf of the vCard object.
|
VCardTextRecordMetadata[] |
getAgentUriRecords()
Deprecated.
Gets the information about another person who will act on behalf of the vCard object.
|
byte[][] |
getBinaryLogos()
Deprecated.
Gets the graphic images of the logo associated with the object.
|
VCardBinaryRecordMetadata[] |
getLogoBinaryRecords()
Deprecated.
Gets the graphic images of the logo associated with the object.
|
VCardRecordMetadata[] |
getLogoRecords()
Deprecated.
Gets the graphic images of the logo associated with the object.
|
VCardTextRecordMetadata[] |
getLogoUriRecords()
Deprecated.
Gets the URIs of the graphic images of the logo associated with the object.
|
VCardTextRecordMetadata[] |
getMemberRecords()
Deprecated.
Gets the members in the group this vCard represents.
|
String[] |
getMembers()
Deprecated.
Gets the members in the group this vCard represents.
|
VCardMetadata |
getObjectAgent()
Deprecated.
Gets the information about another person who will act on behalf of the vCard object.
|
VCardTextRecordMetadata[] |
getOrganizationNameRecords()
Deprecated.
Gets the organizational names and units associated with the object.
|
String[] |
getOrganizationNames()
Deprecated.
Gets the organizational names and units associated with the object.
|
VCardTextRecordMetadata[] |
getRelationshipRecords()
Deprecated.
Gets the relationships between another entity and the entity represented by this vCard.
|
String[] |
getRelationships()
Deprecated.
Gets the relationships between another entity and the entity represented by this vCard.
|
VCardTextRecordMetadata[] |
getRoleRecords()
Deprecated.
Gets the functions or parts played in a particular situation by the object.
|
String[] |
getRoles()
Deprecated.
Gets the functions or parts played in a particular situation by the object.
|
VCardTextRecordMetadata[] |
getTitleRecords()
Deprecated.
Gets the positions or jobs of the object.
|
String[] |
getTitles()
Deprecated.
Gets the positions or jobs of the object.
|
String[] |
getUriAgents()
Deprecated.
Gets the information about another person who will act on behalf of the vCard object.
|
String[] |
getUriLogos()
Deprecated.
Gets the URIs of the graphic images of the logo associated with the object.
|
getByType, getKeys, getMetadataType, iterator, readByStringKey
public final VCardTextRecordMetadata[] getTitleRecords()
Gets the positions or jobs of the object.
public final String[] getTitles()
Gets the positions or jobs of the object.
TitleRecords
.
public final VCardTextRecordMetadata[] 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 VCardRecordMetadata[] getLogoRecords()
Gets the graphic images of the logo associated with the object.
public final VCardBinaryRecordMetadata[] 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 VCardTextRecordMetadata[] 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 VCardRecordMetadata[] getAgentRecords()
Gets the information about another person who will act on behalf of the vCard object.
public final VCardAgentRecordMetadata getAgentObjectRecord()
Gets the information about another person who will act on behalf of the vCard object.
AgentRecords
.
public final VCardMetadata getObjectAgent()
Gets the information about another person who will act on behalf of the vCard object.
AgentObjectRecord
.
public final VCardTextRecordMetadata[] 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 VCardTextRecordMetadata[] 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 VCardTextRecordMetadata[] 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 VCardTextRecordMetadata[] 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
.
Copyright © 2020. All rights reserved.