VCardGeneralRecordset
Leave feedback
On this page
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 VCardGeneralRecordset extends VCardRecordset
Represents a set of General vCard records.
Learn more
| Method | Description |
|---|---|
| getSourceRecords() | Gets the array of sources of directory information contained in the content type. |
| getSources() | Gets an array containing the sources of the directory information contained in the content type. |
| getNameOfSource() | Gets the textual representation of the SOURCE property. |
| getKind() | Gets the kind of the object. |
| getXmlRecords() | Gets an array containing extended XML-encoded vCard data. |
| getXmlEntries() | Gets an array containing extended XML-encoded vCard data. |
public final VCardTextRecord[] getSourceRecords()
Gets the array of sources of directory information contained in the content type.
Returns: com.groupdocs.metadata.core.VCardTextRecord[] - The array of sources of directory information contained in the content type.
public final String[] getSources()
Gets an array containing the sources of the directory information contained in the content type.
Returns: java.lang.String[] - An array containing the sources of the directory information contained in the content type.
This property is a simplified version of SourceRecords .
public final String getNameOfSource()
Gets the textual representation of the SOURCE property.
Returns: java.lang.String - The textual representation of the SOURCE property.
public final String getKind()
Gets the kind of the object.
Returns: java.lang.String - The kind of object.
public final VCardTextRecord[] getXmlRecords()
Gets an array containing extended XML-encoded vCard data.
Returns: com.groupdocs.metadata.core.VCardTextRecord[] - An array containing extended XML-encoded vCard data.
public final String[] getXmlEntries()
Gets an array containing extended XML-encoded vCard data.
Returns: java.lang.String[] - An array of extended XML-encoded vCard data.
This property is a simplified version of XmlRecords .
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.