Package com.mypurecloud.sdk.v2.model
Class SocialMediaMessageData
java.lang.Object
com.mypurecloud.sdk.v2.model.SocialMediaMessageData
- All Implemented Interfaces:
Serializable
SocialMediaMessageData
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe direction of the message.static enumType of text messenger.static enumThe status of the message. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconversationId(String conversationId) The id of the conversation of this message.User who sent this message.direction(SocialMediaMessageData.DirectionEnum direction) The direction of the message.booleanfromAddress(String fromAddress) The sender of the text message.getId()getName()inthashCode()messengerType(SocialMediaMessageData.MessengerTypeEnum messengerType) Type of text messenger.providerMessageId(String providerMessageId) The unique identifier of the message from providervoidsetConversationId(String conversationId) voidsetCreatedBy(User createdBy) voidsetDirection(SocialMediaMessageData.DirectionEnum direction) voidsetFromAddress(String fromAddress) voidsetMessengerType(SocialMediaMessageData.MessengerTypeEnum messengerType) voidvoidsetProviderMessageId(String providerMessageId) voidvoidsetTimestamp(Date timestamp) voidsetToAddress(String toAddress) The status of the message.The time when the message was received or sent.The recipient of the text message.toString()
-
Constructor Details
-
SocialMediaMessageData
public SocialMediaMessageData() -
SocialMediaMessageData
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
providerMessageId
The unique identifier of the message from provider -
getProviderMessageId
-
setProviderMessageId
-
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
-
fromAddress
The sender of the text message. -
getFromAddress
-
setFromAddress
-
toAddress
The recipient of the text message. -
getToAddress
-
setToAddress
-
direction
The direction of the message. -
getDirection
-
setDirection
-
messengerType
Type of text messenger. -
getMessengerType
-
setMessengerType
-
status
The status of the message. -
getStatus
-
setStatus
-
getNormalizedMessage
-
getNormalizedReceipts
-
createdBy
User who sent this message. -
getCreatedBy
-
setCreatedBy
-
conversationId
The id of the conversation of this message. -
getConversationId
-
setConversationId
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-