public interface DeviceAddress extends UserPrefsObject, MetaData
| Modifier and Type | Method and Description | 
|---|---|
String | 
getAddress()
Gets the address string (e.g. 
 | 
String | 
getCarrier()
Gets the name of carrier of this device. 
 | 
String | 
getDeliveryMode()
Gets optional delivery mode of this address. 
 | 
DeliveryType | 
getDeliveryType()
Gets delivery type of this device. 
 | 
String | 
getDescription()
Gets the description of the device. 
 | 
String | 
getEncoding()
Gets encoding of the device. 
 | 
String | 
getName()
Gets the name of this device. 
 | 
String | 
getReferenceKey()
Gets the reference key of an indirect address. 
 | 
DeviceAddressType | 
getType()
Gets the type of this DeviceAddress object. 
 | 
String | 
getUserID()
Gets user ID of this device address. 
 | 
void | 
setAddress(String addr)
Sets address string (e.g. 
 | 
void | 
setCarrier(String carrier)
Sets the name of carrier of this device. 
 | 
void | 
setDeliveryMode(String deliveryMode)
Sets optional delivery mode of this address. 
 | 
void | 
setDeliveryType(DeliveryType deliveryType)
Sets delivery type (e.g. 
 | 
void | 
setDescription(String desc)
Sets an optional description of the string. 
 | 
void | 
setEncoding(String encoding)
Sets encoding of the device. 
 | 
void | 
setReferenceKey(String refKey)
Set reference key of an IDM address. 
 | 
void | 
setType(DeviceAddressType deviceAddressType)
Sets type of this address. 
 | 
String | 
toExternalFormat()
Returns a normalized string representation of this address in
 <DeliveryType>:<address> format. 
 | 
getCreatedDate, getLastModifiedDate, getVersion, isValid, setValidgetAllNamespaces, getMetaData, getMetaDataNames, setMetaDataString getUserID()
String getName()
DeviceAddressType getType()
void setType(DeviceAddressType deviceAddressType)
deviceAddressType - a DeviceAddressType object.String getReferenceKey()
void setReferenceKey(String refKey)
refKey - reference key of an IDM address.void setDeliveryMode(String deliveryMode)
deliveryMode - Delivery mode string.String getDeliveryMode()
String getAddress()
void setAddress(String addr)
addr - the address to be setvoid setDeliveryType(DeliveryType deliveryType)
deliveryType - used to set the delivery type channelDeliveryType getDeliveryType()
String getCarrier()
void setCarrier(String carrier)
carrier - the userprefs carrier to be setString getEncoding()
void setEncoding(String encoding)
encoding - the MIME encoding to be set for this addressString toExternalFormat()
String getDescription()
void setDescription(String desc)
desc - the description to be setCopyright © 2006,2015 Oracle and/or its affiliates. All rights reserved.