com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class VCardOrganizationalRecordset

  • All Implemented Interfaces:
    Iterable<MetadataProperty>


    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

    • Method Detail

      • getTitleRecords

        public final VCardTextRecord[] getTitleRecords()

        Gets the positions or jobs of the object.

        Returns:
        The positions or jobs of the object.
      • getTitles

        public final String[] getTitles()

        Gets the positions or jobs of the object.

        Returns:
        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:
        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:
        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:
        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:
        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:
        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:
        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:
        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:
        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:
        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:
        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:
        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:
        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:
        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:
        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:
        The members in the group this vCard represents.
      • getMembers

        public final String[] getMembers()

        Gets the members in the group this vCard represents.

        Returns:
        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:
        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:
        The relationships between another entity and the entity represented by this vCard.


        This property is a simplified version of RelationshipRecords.