Package com.mypurecloud.sdk.v2.model
Class MessagingConferResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.MessagingConferResponse
- All Implemented Interfaces:
Serializable
MessagingConferResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCommand ID for a given request.communicationId(String communicationId) The internal communication ID.conversation(AddressableEntityRef conversation) conversation ID.booleaninthashCode()peerCommunicationId(String peerCommunicationId) The peer internal communication ID.voidsetCommandId(String commandId) voidsetCommunicationId(String communicationId) voidsetConversation(AddressableEntityRef conversation) voidsetPeerCommunicationId(String peerCommunicationId) toString()
-
Constructor Details
-
MessagingConferResponse
public MessagingConferResponse() -
MessagingConferResponse
-
-
Method Details
-
conversation
conversation ID. -
getConversation
-
setConversation
-
communicationId
The internal communication ID. -
getCommunicationId
-
setCommunicationId
-
peerCommunicationId
The peer internal communication ID. -
getPeerCommunicationId
-
setPeerCommunicationId
-
commandId
Command ID for a given request. -
getCommandId
-
setCommandId
-
equals
-
hashCode
public int hashCode() -
toString
-