Package com.mypurecloud.sdk.v2.model
Class OpenSocialMediaPublicMetadata
java.lang.Object
com.mypurecloud.sdk.v2.model.OpenSocialMediaPublicMetadata
- 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) voidvoidvoidThe source of the public message.toString()The URL of the social post on the native platform.
-
Constructor Details
-
OpenSocialMediaPublicMetadata
public OpenSocialMediaPublicMetadata() -
OpenSocialMediaPublicMetadata
-
-
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
-
source
The source of the public message. Useful when there could be more than location. Channel specific, e.g., for Facebook it's a source page. -
getSource
-
setSource
-
url
The URL of the social post on the native platform. -
getUrl
-
setUrl
-
equals
-
hashCode
public int hashCode() -
toString
-