Package com.mypurecloud.sdk.v2.model
Class QueueConversationSocialExpressionEventTopicTransferDestination
java.lang.Object
com.mypurecloud.sdk.v2.model.QueueConversationSocialExpressionEventTopicTransferDestination
- All Implemented Interfaces:
Serializable
public class QueueConversationSocialExpressionEventTopicTransferDestination
extends Object
implements Serializable
Fields identifying the destination of a given conversation command.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQueueConversationSocialExpressionEventTopicTransferDestination(Boolean initWithEmptyList) -
Method Summary
Modifier and TypeMethodDescriptionThe destination address if the command destination is an endpoint.booleaninthashCode()voidsetAddress(String address) voidtoString()The id of the user if the command destination is a user.
-
Constructor Details
-
QueueConversationSocialExpressionEventTopicTransferDestination
public QueueConversationSocialExpressionEventTopicTransferDestination() -
QueueConversationSocialExpressionEventTopicTransferDestination
-
-
Method Details
-
userId
The id of the user if the command destination is a user. -
getUserId
-
setUserId
-
address
The destination address if the command destination is an endpoint. -
getAddress
-
setAddress
-
equals
-
hashCode
public int hashCode() -
toString
-