org.springframework.social.facebook.api
Class Checkin
java.lang.Object
org.springframework.social.facebook.api.FacebookObject
org.springframework.social.facebook.api.Checkin
public class Checkin
- extends FacebookObject
Model class representing a user checkin on Facebook Places.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getId
public String getId()
getPlace
public Page getPlace()
getFrom
public Reference getFrom()
getApplication
public Reference getApplication()
getCreatedTime
public Date getCreatedTime()
getMessage
public String getMessage()
getComments
public List<Comment> getComments()
getLikes
public List<Reference> getLikes()
getTags
public List<Reference> getTags()