org.springframework.social.facebook.api
Class NotePost
java.lang.Object
org.springframework.social.facebook.api.FacebookObject
org.springframework.social.facebook.api.Post
org.springframework.social.facebook.api.NotePost
public class NotePost
- extends Post
Model class representing a note 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 |
NotePost
public NotePost(String id,
Reference from,
Date createdTime,
Date updatedTime)
getSubject
public String getSubject()