public class Attachment
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Attachment.StoryAttachmentMedia |
static class |
Attachment.StoryAttachmentTarget |
| Constructor and Description |
|---|
Attachment() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription() |
Attachment.StoryAttachmentMedia |
getMedia() |
java.util.List<Attachment> |
getSubAttachments() |
Attachment.StoryAttachmentTarget |
getTarget() |
java.lang.String |
getTitle() |
java.lang.String |
getType() |
java.lang.String |
getUrl() |
public java.lang.String getDescription()
public Attachment.StoryAttachmentMedia getMedia()
public java.util.List<Attachment> getSubAttachments()
public Attachment.StoryAttachmentTarget getTarget()
public java.lang.String getTitle()
public java.lang.String getType()
public java.lang.String getUrl()