org.springframework.social.facebook.api
Class LinkPost
java.lang.Object
org.springframework.social.facebook.api.FacebookObject
org.springframework.social.facebook.api.Post
org.springframework.social.facebook.api.LinkPost
public class LinkPost
- extends Post
Model class representing a link Post to a user's wall.
Methods inherited from class org.springframework.social.facebook.api.Post |
getApplication, getCaption, getCommentCount, getComments, getCreatedTime, getDescription, getFrom, getIcon, getId, getLikeCount, getLikes, getLink, getMessage, getName, getPicture, getSharesCount, getStory, getStoryTags, getTo, getType, getUpdatedTime |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinkPost
public LinkPost(String id,
Reference from,
Date createdTime,
Date updatedTime)
getObjectId
public String getObjectId()
- The ID of the object referred to in the link.
As an example, an event may appear in a user's feed as a link to the event.
May be null if the link doesn't refer to another Facebook object.