VCardOrganizationalRecordset

Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage, com.groupdocs.metadata.core.VCardBasePackage, com.groupdocs.metadata.core.VCardRecordset

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

Methods

Method Description
getTitleRecords() Gets the positions or jobs of the object.
getTitles() Gets the positions or jobs of the object.
getRoleRecords() Gets the functions or parts played in a particular situation by the object.
getRoles() Gets the functions or parts played in a particular situation by the object.
getLogoRecords() Gets the graphic images of the logo associated with the object.
getLogoBinaryRecords() Gets the graphic images of the logo associated with the object.
getBinaryLogos() Gets the graphic images of the logo associated with the object.
getLogoUriRecords() Gets the URIs of the graphic images of the logo associated with the object.
getUriLogos() Gets the URIs of the graphic images of the logo associated with the object.
getAgentRecords() Gets the information about another person who will act on behalf of the vCard object.
getAgentObjectRecord() Gets the information about another person who will act on behalf of the vCard object.
getObjectAgent() Gets the information about another person who will act on behalf of the vCard object.
getAgentUriRecords() Gets the information about another person who will act on behalf of the vCard object.
getUriAgents() Gets the information about another person who will act on behalf of the vCard object.
getOrganizationNameRecords() Gets the organizational names and units associated with the object.
getOrganizationNames() Gets the organizational names and units associated with the object.
getMemberRecords() Gets the members in the group this vCard represents.
getMembers() Gets the members in the group this vCard represents.
getRelationshipRecords() Gets the relationships between another entity and the entity represented by this vCard.
getRelationships() Gets the relationships between another entity and the entity represented by this vCard.

getTitleRecords()

public final VCardTextRecord[] getTitleRecords()

Gets the positions or jobs of the object.

Returns: com.groupdocs.metadata.core.VCardTextRecord[] - The positions or jobs of the object.

getTitles()

public final String[] getTitles()

Gets the positions or jobs of the object.

Returns: java.lang.String[] - The positions or jobs of the object.


This property is a simplified version of TitleRecords .

getRoleRecords()

public final VCardTextRecord[] getRoleRecords()

Gets the functions or parts played in a particular situation by the object.

Returns: com.groupdocs.metadata.core.VCardTextRecord[] - The functions or parts played in a particular situation by the object.

getRoles()

public final String[] getRoles()

Gets the functions or parts played in a particular situation by the object.

Returns: java.lang.String[] - The functions or parts played in a particular situation by the object.


This property is a simplified version of TitleRecords .

getLogoRecords()

public final VCardRecord[] getLogoRecords()

Gets the graphic images of the logo associated with the object.

Returns: com.groupdocs.metadata.core.VCardRecord[] - The graphic images of the logo associated with the object.

getLogoBinaryRecords()

public final VCardBinaryRecord[] getLogoBinaryRecords()

Gets the graphic images of the logo associated with the object.

Returns: com.groupdocs.metadata.core.VCardBinaryRecord[] - The graphic images of the logo associated with the object.


This property is a simplified version of LogoRecords .

getBinaryLogos()

public final byte[][] getBinaryLogos()

Gets the graphic images of the logo associated with the object.

Returns: byte[][] - The graphic images of the logo associated with the object.


This property is a simplified version of LogoBinaryRecords .

getLogoUriRecords()

public final VCardTextRecord[] getLogoUriRecords()

Gets the URIs of the graphic images of the logo associated with the object.

Returns: com.groupdocs.metadata.core.VCardTextRecord[] - The URIs of the graphic images of the logo associated with the object.


This property is a simplified version of LogoRecords .

getUriLogos()

public final String[] getUriLogos()

Gets the URIs of the graphic images of the logo associated with the object.

Returns: java.lang.String[] - The URIs of the graphic images of the logo associated with the object.


This property is a simplified version of LogoUriRecords .

getAgentRecords()

public final VCardRecord[] getAgentRecords()

Gets the information about another person who will act on behalf of the vCard object.

Returns: com.groupdocs.metadata.core.VCardRecord[] - The information about another person who will act on behalf of the vCard object.

getAgentObjectRecord()

public final VCardAgentRecord getAgentObjectRecord()

Gets the information about another person who will act on behalf of the vCard object.

Returns: VCardAgentRecord - The information about another person who will act on behalf of the vCard object.


This property is a simplified version of AgentRecords .

getObjectAgent()

public final VCardCard getObjectAgent()

Gets the information about another person who will act on behalf of the vCard object.

Returns: VCardCard - The information about another person who will act on behalf of the vCard object.


This property is a simplified version of AgentObjectRecord .

getAgentUriRecords()

public final VCardTextRecord[] getAgentUriRecords()

Gets the information about another person who will act on behalf of the vCard object.

Returns: com.groupdocs.metadata.core.VCardTextRecord[] - The information about another person who will act on behalf of the vCard object.


This property is a simplified version of AgentRecords .

getUriAgents()

public final String[] getUriAgents()

Gets the information about another person who will act on behalf of the vCard object.

Returns: java.lang.String[] - The information about another person who will act on behalf of the vCard object.


This property is a simplified version of AgentUriRecords .

getOrganizationNameRecords()

public final VCardTextRecord[] getOrganizationNameRecords()

Gets the organizational names and units associated with the object.

Returns: com.groupdocs.metadata.core.VCardTextRecord[] - The organizational names and units associated with the object.

getOrganizationNames()

public final String[] getOrganizationNames()

Gets the organizational names and units associated with the object.

Returns: java.lang.String[] - The organizational names and units associated with the object.


This property is a simplified version of OrganizationNameRecords .

getMemberRecords()

public final VCardTextRecord[] getMemberRecords()

Gets the members in the group this vCard represents.

Returns: com.groupdocs.metadata.core.VCardTextRecord[] - The members in the group this vCard represents.

getMembers()

public final String[] getMembers()

Gets the members in the group this vCard represents.

Returns: java.lang.String[] - The members in the group this vCard represents.


This property is a simplified version of MemberRecords .

getRelationshipRecords()

public final VCardTextRecord[] getRelationshipRecords()

Gets the relationships between another entity and the entity represented by this vCard.

Returns: com.groupdocs.metadata.core.VCardTextRecord[] - The relationships between another entity and the entity represented by this vCard.

getRelationships()

public final String[] getRelationships()

Gets the relationships between another entity and the entity represented by this vCard.

Returns: java.lang.String[] - The relationships between another entity and the entity represented by this vCard.


This property is a simplified version of RelationshipRecords .