VCardCommunicationRecordset
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 VCardCommunicationRecordset extends VCardRecordset
Represents a set of Communication vCard records. These properties describe information about how to communicate with the object the vCard represents.
Learn more
| Method | Description |
|---|---|
| getTelephoneRecords() | Gets the telephone numbers for telephony communication with the object. |
| getTelephones() | Gets the telephone numbers for telephony communication with the object. |
| getEmailRecords() | Gets the electronic mail addresses for communication with the object. |
| getEmails() | Gets the electronic mail addresses for communication with the object. |
| getMailer() | Gets the type of the electronic mail software that is used by the individual associated with the vCard. |
| getImppRecords() | Gets the URIs for instant messaging and presence protocol communications with the object. |
| getImppEntries() | Gets the URIs for instant messaging and presence protocol communications with the object. |
| getLanguageRecords() | Gets the languages that may be used for contacting the object. |
| getLanguages() | Gets the languages that may be used for contacting the object. |
public final VCardTextRecord[] getTelephoneRecords()
Gets the telephone numbers for telephony communication with the object.
Returns: com.groupdocs.metadata.core.VCardTextRecord[] - The telephone numbers for telephony communication with the object.
public final String[] getTelephones()
Gets the telephone numbers for telephony communication with the object.
Returns: java.lang.String[] - The telephone numbers for telephony communication with the object.
This property is a simplified version of TelephoneRecords .
public final VCardTextRecord[] getEmailRecords()
Gets the electronic mail addresses for communication with the object.
Returns: com.groupdocs.metadata.core.VCardTextRecord[] - The electronic mail addresses array for communication with the object.
public final String[] getEmails()
Gets the electronic mail addresses for communication with the object.
Returns: java.lang.String[] - The electronic mail addresses array for communication with the object.
This property is a simplified version of EmailRecords .
public final String getMailer()
Gets the type of the electronic mail software that is used by the individual associated with the vCard.
Returns: java.lang.String - The type of the electronic mail software that is used by the individual associated with the vCard
public final VCardTextRecord[] getImppRecords()
Gets the URIs for instant messaging and presence protocol communications with the object.
Returns: com.groupdocs.metadata.core.VCardTextRecord[] - 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.
Returns: java.lang.String[] - The URIs for instant messaging and presence protocol communications with the object.
This property is a simplified version of ImppRecords .
public final VCardTextRecord[] getLanguageRecords()
Gets the languages that may be used for contacting the object.
Returns: com.groupdocs.metadata.core.VCardTextRecord[] - 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.
Returns: java.lang.String[] - The languages that may be used for contacting the object.
This property is a simplified version of LanguageRecords .
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.