@Deprecated public class VCardGeneralRecordsetMetadata extends VCardRecordsetMetadata
Represents a set of General vCard records.
Modifier and Type | Method and Description |
---|---|
String |
getKind()
Deprecated.
Gets the kind of the object.
|
String |
getNameOfSource()
Deprecated.
Gets the textual representation of the SOURCE property.
|
VCardTextRecordMetadata[] |
getSourceRecords()
Deprecated.
Gets the array of sources of directory information contained in the content type.
|
String[] |
getSources()
Deprecated.
Gets an array containing the sources of the directory information contained in the content type.
|
String[] |
getXmlEntries()
Deprecated.
Gets an array containing extended XML-encoded vCard data.
|
VCardTextRecordMetadata[] |
getXmlRecords()
Deprecated.
Gets an array containing extended XML-encoded vCard data.
|
getByType, getKeys, getMetadataType, iterator, readByStringKey
public final VCardTextRecordMetadata[] getSourceRecords()
Gets 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.
SourceRecords
.
public final String getNameOfSource()
Gets the textual representation of the SOURCE property.
public final String getKind()
Gets the kind of the object.
public final VCardTextRecordMetadata[] getXmlRecords()
Gets an array containing extended XML-encoded vCard data.
public final String[] getXmlEntries()
Gets an array containing extended XML-encoded vCard data.
XmlRecords
.
Copyright © 2020. All rights reserved.