org.springframework.social.facebook.api
Class StatusPost

java.lang.Object
  extended by org.springframework.social.facebook.api.Post
      extended by org.springframework.social.facebook.api.StatusPost

public class StatusPost
extends Post

Model class representing a simple status message Post to a feed.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.springframework.social.facebook.api.Post
Post.PostType
 
Constructor Summary
StatusPost(java.lang.String id, Reference from, java.util.Date createdTime, java.util.Date updatedTime)
           
 
Method Summary
 
Methods inherited from class org.springframework.social.facebook.api.Post
getApplication, getCaption, getComments, getCreatedTime, getDescription, getFrom, getIcon, getId, getLikes, getLink, getMessage, getName, getPicture, getTo, getType, getUpdatedTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatusPost

public StatusPost(java.lang.String id,
                  Reference from,
                  java.util.Date createdTime,
                  java.util.Date updatedTime)