@Deprecated public class VCardMetadata extends VCardRecordsetMetadata
Represents VCF (Virtual Contact File) electronic business card format metadata.
Modifier and Type | Method and Description |
---|---|
VCardMetadata |
filterByGroup(String groupName)
Deprecated.
Filters all vCard records by the group name passed as a parameter.
|
VCardMetadata |
filterHomeTags()
Deprecated.
Filters all vCard records marked with the HOME tag.
|
VCardMetadata |
filterPreferred()
Deprecated.
Filters the preferred records.
|
VCardMetadata |
filterWorkTags()
Deprecated.
Filters all vCard records marked with the WORK tag.
|
String[] |
getAvailableGroups()
Deprecated.
Gets the available group names.
|
VCardCalendarRecordsetMetadata |
getCalendarRecordset()
Deprecated.
Gets the calendar records.
|
VCardCommunicationRecordsetMetadata |
getCommunicationRecordset()
Deprecated.
Gets the communication records.
|
VCardDeliveryAddressingRecordsetMetadata |
getDeliveryAddressingRecordset()
Deprecated.
Gets the delivery addressing records.
|
VCardExplanatoryRecordsetMetadata |
getExplanatoryRecordset()
Deprecated.
Gets the explanatory records.
|
VCardTextRecordMetadata[] |
getExtensionRecords()
Deprecated.
Gets the private extension records.
|
VCardGeneralRecordsetMetadata |
getGeneralRecordset()
Deprecated.
Gets the general records.
|
VCardGeographicalRecordsetMetadata |
getGeographicalRecordset()
Deprecated.
Gets the geographical records.
|
VCardIdentificationRecordsetMetadata |
getIdentificationRecordset()
Deprecated.
Gets the identification records.
|
VCardOrganizationalRecordsetMetadata |
getOrganizationalRecordset()
Deprecated.
Gets the organizational records.
|
VCardSecurityRecordsetMetadata |
getSecurityRecordset()
Deprecated.
Gets the security records.
|
getByType, getKeys, getMetadataType, iterator, readByStringKey
public final VCardGeneralRecordsetMetadata getGeneralRecordset()
Gets the general records.
public final VCardIdentificationRecordsetMetadata getIdentificationRecordset()
Gets the identification records.
public final VCardDeliveryAddressingRecordsetMetadata getDeliveryAddressingRecordset()
Gets the delivery addressing records.
public final VCardCommunicationRecordsetMetadata getCommunicationRecordset()
Gets the communication records.
public final VCardGeographicalRecordsetMetadata getGeographicalRecordset()
Gets the geographical records.
public final VCardOrganizationalRecordsetMetadata getOrganizationalRecordset()
Gets the organizational records.
public final VCardExplanatoryRecordsetMetadata getExplanatoryRecordset()
Gets the explanatory records.
public final VCardSecurityRecordsetMetadata getSecurityRecordset()
Gets the security records.
public final VCardCalendarRecordsetMetadata getCalendarRecordset()
Gets the calendar records.
public final VCardTextRecordMetadata[] getExtensionRecords()
Gets the private extension records.
public final String[] getAvailableGroups()
Gets the available group names.
public final VCardMetadata filterByGroup(String groupName)
Filters all vCard records by the group name passed as a parameter. For more information please see the method.
groupName
- The name of the group.GetAvailableGroups
public final VCardMetadata filterHomeTags()
Filters all vCard records marked with the HOME tag.
public final VCardMetadata filterWorkTags()
Filters all vCard records marked with the WORK tag.
public final VCardMetadata filterPreferred()
Filters the preferred records.
Copyright © 2020. All rights reserved.