Class ContentStory
- java.lang.Object
-
- cloud.genesys.webmessaging.sdk.model.ContentStory
-
- All Implemented Interfaces:
Serializable
public class ContentStory extends Object implements Serializable
Ephemeral story content. An ephemeral story.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContentStory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetReplyToId()StoryTypegetType()StringgetUrl()inthashCode()ContentStoryreplyToId(String replyToId)ID of the ephemeral story being replied to.voidsetReplyToId(String replyToId)voidsetType(StoryType type)voidsetUrl(String url)StringtoString()ContentStorytype(StoryType type)Type of ephemeral story attachment.ContentStoryurl(String url)URL to the ephemeral story.
-
-
-
Method Detail
-
replyToId
public ContentStory replyToId(String replyToId)
ID of the ephemeral story being replied to.
-
getReplyToId
public String getReplyToId()
-
setReplyToId
public void setReplyToId(String replyToId)
-
type
public ContentStory type(StoryType type)
Type of ephemeral story attachment.
-
getType
public StoryType getType()
-
setType
public void setType(StoryType type)
-
url
public ContentStory url(String url)
URL to the ephemeral story.
-
getUrl
public String getUrl()
-
setUrl
public void setUrl(String url)
-
-