public class StoryAttachment extends Object
Modifier and Type | Class and Description |
---|---|
static class |
StoryAttachment.StoryAttachmentMedia
Domain type representing the media of an attachment.
|
static class |
StoryAttachment.StoryAttachmentTarget
Domain type representing the target of an attachment.
|
Constructor and Description |
---|
StoryAttachment() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
List<String> |
getDescriptionTags() |
StoryAttachment.StoryAttachmentMedia |
getMedia() |
StoryAttachment.StoryAttachmentTarget |
getTarget() |
String |
getTitle() |
String |
getType() |
String |
getUrl() |
public String getTitle()
public String getDescription()
public List<String> getDescriptionTags()
public String getType()
public String getUrl()
public StoryAttachment.StoryAttachmentTarget getTarget()
public StoryAttachment.StoryAttachmentMedia getMedia()