com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class VCardCommunicationRecordset

    • Method Detail

      • getTelephoneRecords

        public final VCardTextRecord[] getTelephoneRecords()

        Gets the telephone numbers for telephony communication with the object.

        Returns:
        The telephone numbers for telephony communication with the object.
      • getTelephones

        public final String[] getTelephones()

        Gets the telephone numbers for telephony communication with the object.

        Returns:
        The telephone numbers for telephony communication with the object.


        This property is a simplified version of TelephoneRecords.
      • getEmailRecords

        public final VCardTextRecord[] getEmailRecords()

        Gets the electronic mail addresses for communication with the object.

        Returns:
        The electronic mail addresses array for communication with the object.
      • getEmails

        public final String[] getEmails()

        Gets the electronic mail addresses for communication with the object.

        Returns:
        The electronic mail addresses array for communication with the object.


        This property is a simplified version of EmailRecords.
      • getMailer

        public final String getMailer()

        Gets the type of the electronic mail software that is used by the individual associated with the vCard.

        Returns:
        The type of the electronic mail software that is used by the individual associated with the vCard
      • getImppRecords

        public final VCardTextRecord[] getImppRecords()

        Gets the URIs for instant messaging and presence protocol communications with the object.

        Returns:
        The URIs for instant messaging and presence protocol communications with the object.
      • getImppEntries

        public final String[] getImppEntries()

        Gets the URIs for instant messaging and presence protocol communications with the object.

        Returns:
        The URIs for instant messaging and presence protocol communications with the object.


        This property is a simplified version of ImppRecords.
      • getLanguageRecords

        public final VCardTextRecord[] getLanguageRecords()

        Gets the languages that may be used for contacting the object.

        Returns:
        The languages that may be used for contacting the object.
      • getLanguages

        public final String[] getLanguages()

        Gets the languages that may be used for contacting the object.

        Returns:
        The languages that may be used for contacting the object.


        This property is a simplified version of LanguageRecords.