|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.social.facebook.api.FacebookObject org.springframework.social.facebook.api.Post
public class Post
Model class representing an entry in a feed.
Nested Class Summary | |
---|---|
static class |
Post.PostType
|
static class |
Post.Privacy
|
Constructor Summary | |
---|---|
Post(String id,
Reference from,
Date createdTime,
Date updatedTime)
|
Method Summary | |
---|---|
Reference |
getApplication()
|
String |
getCaption()
|
int |
getCommentCount()
|
List<Comment> |
getComments()
The most recent comments for the post. |
Date |
getCreatedTime()
|
String |
getDescription()
|
Reference |
getFrom()
|
String |
getIcon()
|
String |
getId()
|
Integer |
getLikeCount()
The number of likes for this Post. |
List<Reference> |
getLikes()
Reference for users who have liked this Post. |
String |
getLink()
|
String |
getMessage()
|
String |
getName()
|
String |
getPicture()
Deprecated. This method will be replaced in Spring 1.1.0 with a new version that returns an object with more details about the picture. |
int |
getSharesCount()
|
String |
getStory()
|
Map<Integer,List<StoryTag>> |
getStoryTags()
|
List<Reference> |
getTo()
|
Post.PostType |
getType()
|
Date |
getUpdatedTime()
|
Methods inherited from class org.springframework.social.facebook.api.FacebookObject |
---|
add, getExtraData |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Post(String id, Reference from, Date createdTime, Date updatedTime)
Method Detail |
---|
public String getId()
public Reference getFrom()
public List<Reference> getTo()
public String getCaption()
public String getMessage()
@Deprecated public String getPicture()
public String getLink()
public String getName()
public String getDescription()
public String getIcon()
public Date getCreatedTime()
public Date getUpdatedTime()
public Reference getApplication()
public Post.PostType getType()
public List<Reference> getLikes()
LikeOperations.getLikes(String)
.
public Integer getLikeCount()
public int getSharesCount()
public List<Comment> getComments()
public String getStory()
public Map<Integer,List<StoryTag>> getStoryTags()
public int getCommentCount()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |