org.springframework.social.facebook.api
Class CheckinPost

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

public class CheckinPost
extends Post

Model class representing a feed Post to announce a Checkin on a user's wall. Note that although a CheckinPost contains some details about a Checkin, it is not the Checkin object itself. To get the Checkin, get the Checkin ID by calling getCheckinId() and then call getChecking(checkinId) on CheckinOperations.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.springframework.social.facebook.api.Post
Post.PostType, Post.Privacy
 
Constructor Summary
CheckinPost(String id, Reference from, Date createdTime, Date updatedTime)
           
 
Method Summary
 String checkinId()
           
 Page getPlace()
           
 List<Tag> getTags()
           
 
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 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

CheckinPost

public CheckinPost(String id,
                   Reference from,
                   Date createdTime,
                   Date updatedTime)
Method Detail

getPlace

public Page getPlace()

getTags

public List<Tag> getTags()

checkinId

public String checkinId()