public class VCardCommunicationRecordsetMetadata extends VCardRecordsetMetadata
Represents a set of Communication vCard records. These properties describe information about how to communicate with the object the vCard represents.
Modifier and Type | Method and Description |
---|---|
VCardTextRecordMetadata[] |
getEmailRecords()
Gets the electronic mail addresses for communication with the object.
|
String[] |
getEmails()
Gets the electronic mail addresses for communication with the object.
|
String[] |
getImppEntries()
Gets the URIs for instant messaging and presence protocol communications with the object.
|
VCardTextRecordMetadata[] |
getImppRecords()
Gets the URIs for instant messaging and presence protocol communications with the object.
|
VCardTextRecordMetadata[] |
getLanguageRecords()
Gets the languages that may be used for contacting the object.
|
String[] |
getLanguages()
Gets the languages that may be used for contacting the object.
|
String |
getMailer()
Gets the type of the electronic mail software that is used by the individual associated with the vCard.
|
VCardTextRecordMetadata[] |
getTelephoneRecords()
Gets the telephone numbers for telephony communication with the object.
|
String[] |
getTelephones()
Gets the telephone numbers for telephony communication with the object.
|
getByType, getKeys, getMetadataType, iterator, readByStringKey
public final VCardTextRecordMetadata[] getTelephoneRecords()
Gets the telephone numbers for telephony communication with the object.
public final String[] getTelephones()
Gets the telephone numbers for telephony communication with the object.
TelephoneRecords
.
public final VCardTextRecordMetadata[] getEmailRecords()
Gets the electronic mail addresses for communication with the object.
public final String[] getEmails()
Gets the electronic mail addresses for communication with the object.
EmailRecords
.
public final String getMailer()
Gets the type of the electronic mail software that is used by the individual associated with the vCard.
public final VCardTextRecordMetadata[] getImppRecords()
Gets the URIs for instant messaging and presence protocol communications with the object.
public final String[] getImppEntries()
Gets the URIs for instant messaging and presence protocol communications with the object.
ImppRecords
.
public final VCardTextRecordMetadata[] getLanguageRecords()
Gets the languages that may be used for contacting the object.
public final String[] getLanguages()
Gets the languages that may be used for contacting the object.
LanguageRecords
.
Copyright © 2019. All rights reserved.