Package com.mypurecloud.sdk.v2.model
Class SendMessageBody
java.lang.Object
com.mypurecloud.sdk.v2.model.SendMessageBody
- All Implemented Interfaces:
Serializable
SendMessageBody
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()user ids to be notifiedThe body of the messagevoidsetMentions(List<String> mentions) voidsetMessage(String message) voidsetThreadId(String threadId) The thread id of the messagetoString()
-
Constructor Details
-
SendMessageBody
public SendMessageBody() -
SendMessageBody
-
-
Method Details
-
message
The body of the message -
getMessage
-
setMessage
-
mentions
user ids to be notified -
getMentions
-
setMentions
-
threadId
The thread id of the message -
getThreadId
-
setThreadId
-
equals
-
hashCode
public int hashCode() -
toString
-