Spring Social Facebook

org.springframework.social.facebook.api
Class NotePost

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

public class NotePost
extends Post

Model class representing a note Post to a user's wall.

Author:
Craig Walls

Nested Class Summary
 
Nested classes/interfaces inherited from class org.springframework.social.facebook.api.Post
Post.PostType
 
Constructor Summary
NotePost(java.lang.String id, Reference from, java.util.Date createdTime, java.util.Date updatedTime)
           
 
Method Summary
 java.lang.String getSubject()
           
 
Methods inherited from class org.springframework.social.facebook.api.Post
getApplication, getCaption, getComments, getCreatedTime, getDescription, getFrom, getIcon, getId, getLikeCount, 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

NotePost

public NotePost(java.lang.String id,
                Reference from,
                java.util.Date createdTime,
                java.util.Date updatedTime)
Method Detail

getSubject

public java.lang.String getSubject()

Spring Social Facebook