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