Package com.mypurecloud.sdk.v2.model
Class InternalMessageData
java.lang.Object
com.mypurecloud.sdk.v2.model.InternalMessageData
- All Implemented Interfaces:
Serializable
InternalMessageData
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncommunicationId(String communicationId) The id of the communication of this message.conversation(AddressableEntityRef conversation) The conversation of this message.booleangetId()getName()inthashCode()recipient(UserReference recipient) The recipient of the text message.sender(UserReference sender) The sender of the text message.voidsetCommunicationId(String communicationId) voidsetConversation(AddressableEntityRef conversation) voidvoidsetRecipient(UserReference recipient) voidsetSender(UserReference sender) voidsetTimestamp(Date timestamp) The time when the message was received or sent.toString()
-
Constructor Details
-
InternalMessageData
public InternalMessageData() -
InternalMessageData
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
conversation
The conversation of this message. -
getConversation
-
setConversation
-
communicationId
The id of the communication of this message. -
getCommunicationId
-
setCommunicationId
-
timestamp
The time when the message was received or sent. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getTimestamp
-
setTimestamp
-
sender
The sender of the text message. -
getSender
-
setSender
-
recipient
The recipient of the text message. -
getRecipient
-
setRecipient
-
getNormalizedMessage
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-