com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class VCardGeneralRecordset

    • Method Detail

      • getSourceRecords

        public final VCardTextRecord[] getSourceRecords()

        Gets the array of sources of directory information contained in the content type.

        Returns:
        The array of sources of directory information contained in the content type.
      • getSources

        public final String[] getSources()

        Gets an array containing the sources of the directory information contained in the content type.

        Returns:
        An array containing the sources of the directory information contained in the content type.


        This property is a simplified version of SourceRecords.
      • getNameOfSource

        public final String getNameOfSource()

        Gets the textual representation of the SOURCE property.

        Returns:
        The textual representation of the SOURCE property.
      • getKind

        public final String getKind()

        Gets the kind of the object.

        Returns:
        The kind of object.
      • getXmlRecords

        public final VCardTextRecord[] getXmlRecords()

        Gets an array containing extended XML-encoded vCard data.

        Returns:
        An array containing extended XML-encoded vCard data.
      • getXmlEntries

        public final String[] getXmlEntries()

        Gets an array containing extended XML-encoded vCard data.

        Returns:
        An array of extended XML-encoded vCard data.


        This property is a simplified version of XmlRecords.