public class Post extends FacebookObject
Modifier and Type | Class and Description |
---|---|
static class |
Post.AdminCreator |
static class |
Post.FriendsPrivacyType |
static class |
Post.PostType |
static class |
Post.Privacy |
static class |
Post.PrivacyType |
static class |
Post.StatusType |
Constructor and Description |
---|
Post() |
Modifier and Type | Method and Description |
---|---|
List<Action> |
getActions() |
Post.AdminCreator |
getAdminCreator() |
Reference |
getApplication() |
String |
getCaption() |
Date |
getCreatedTime() |
String |
getDescription() |
Reference |
getFrom() |
String |
getIcon() |
String |
getId() |
String |
getLink() |
String |
getMessage() |
Map<Integer,List<MessageTag>> |
getMessageTags() |
String |
getName() |
String |
getObjectId() |
String |
getPicture() |
Page |
getPlace() |
Post.Privacy |
getPrivacy() |
List<PostProperty> |
getProperties() |
int |
getShares() |
String |
getSource() |
Post.StatusType |
getStatusType() |
String |
getStory() |
List<Reference> |
getTo() |
Post.PostType |
getType() |
Date |
getUpdatedTime() |
List<Reference> |
getWithTags() |
boolean |
isHidden() |
boolean |
isPublished() |
add, getExtraData
public String getId()
public Post.AdminCreator getAdminCreator()
public Reference getApplication()
public String getCaption()
public Date getCreatedTime()
public String getDescription()
public Reference getFrom()
public String getIcon()
public boolean isHidden()
public boolean isPublished()
public String getLink()
public String getMessage()
public Map<Integer,List<MessageTag>> getMessageTags()
public String getName()
public String getObjectId()
public String getPicture()
public Page getPlace()
public Post.Privacy getPrivacy()
public List<PostProperty> getProperties()
public String getSource()
public Post.StatusType getStatusType()
public String getStory()
public Post.PostType getType()
public Date getUpdatedTime()
public int getShares()