Package com.mypurecloud.sdk.v2.model
Class QueueConversationSocialExpressionEventTopicAddress
java.lang.Object
com.mypurecloud.sdk.v2.model.QueueConversationSocialExpressionEventTopicAddress
- All Implemented Interfaces:
Serializable
public class QueueConversationSocialExpressionEventTopicAddress
extends Object
implements Serializable
Address and name data for a call endpoint.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQueueConversationSocialExpressionEventTopicAddress(Boolean initWithEmptyList) -
Method Summary
Modifier and TypeMethodDescriptionaddressDisplayable(String addressDisplayable) The displayable address.addressNormalized(String addressNormalized) The normalized address.addressRaw(String addressRaw) The address as close to the bits on the wire as possible.booleangetName()inthashCode()This will be nameRaw if present, or a locality lookup of the address field otherwise.The name as close to the bits on the wire as possible.voidsetAddressDisplayable(String addressDisplayable) voidsetAddressNormalized(String addressNormalized) voidsetAddressRaw(String addressRaw) voidvoidsetNameRaw(String nameRaw) toString()
-
Constructor Details
-
QueueConversationSocialExpressionEventTopicAddress
public QueueConversationSocialExpressionEventTopicAddress() -
QueueConversationSocialExpressionEventTopicAddress
-
-
Method Details
-
name
This will be nameRaw if present, or a locality lookup of the address field otherwise. -
getName
-
setName
-
nameRaw
The name as close to the bits on the wire as possible. -
getNameRaw
-
setNameRaw
-
addressNormalized
public QueueConversationSocialExpressionEventTopicAddress addressNormalized(String addressNormalized) The normalized address. This field is acquired from the Address Normalization Table. The addressRaw could have gone through some transformations, such as only using the numeric portion, before being run through the Address Normalization Table. -
getAddressNormalized
-
setAddressNormalized
-
addressRaw
The address as close to the bits on the wire as possible. -
getAddressRaw
-
setAddressRaw
-
addressDisplayable
public QueueConversationSocialExpressionEventTopicAddress addressDisplayable(String addressDisplayable) The displayable address. This field is acquired from the Address Normalization Table. The addressRaw could have gone through some transformations, such as only using the numeric portion, before being run through the Address Normalization Table. -
getAddressDisplayable
-
setAddressDisplayable
-
equals
-
hashCode
public int hashCode() -
toString
-