Package com.mypurecloud.sdk.v2.model
Class ConversationPublicMetadata
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationPublicMetadata
- All Implemented Interfaces:
Serializable
Information about a public message.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetUrl()inthashCode()The id of the message this public message is replying to.The id of the root public message.voidsetReplyToId(String replyToId) voidvoidtoString()The URL of the social post on the native platform.
-
Constructor Details
-
ConversationPublicMetadata
public ConversationPublicMetadata() -
ConversationPublicMetadata
-
-
Method Details
-
rootId
The id of the root public message. -
getRootId
-
setRootId
-
replyToId
The id of the message this public message is replying to. -
getReplyToId
-
setReplyToId
-
url
The URL of the social post on the native platform. -
getUrl
-
setUrl
-
equals
-
hashCode
public int hashCode() -
toString
-