@Deprecated public class VCardDeliveryAddressingRecordsetMetadata extends VCardRecordsetMetadata
Represents a set of Delivery Addressing vCard records. These types are concerned with information related to the delivery addressing or label for the vCard object.
Modifier and Type | Method and Description |
---|---|
String[] |
getAddresses()
Deprecated.
Gets the components of the delivery address of the object.
|
VCardTextRecordMetadata[] |
getAddressRecords()
Deprecated.
Gets the components of the delivery address of the object.
|
VCardTextRecordMetadata[] |
getLabelRecords()
Deprecated.
Gets an array containing the formatted text corresponding to delivery address of the object.
|
String[] |
getLabels()
Deprecated.
Gets an array containing the formatted text corresponding to delivery address of the object.
|
getByType, getKeys, getMetadataType, iterator, readByStringKey
public final VCardTextRecordMetadata[] getAddressRecords()
Gets the components of the delivery address of the object.
public final String[] getAddresses()
Gets the components of the delivery address of the object.
AddressRecords
.
public final VCardTextRecordMetadata[] getLabelRecords()
Gets an array containing the formatted text corresponding to delivery address of the object.
public final String[] getLabels()
Gets an array containing the formatted text corresponding to delivery address of the object.
LabelRecords
.
Copyright © 2020. All rights reserved.