org.springframework.social.facebook.api
Class Checkin

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

public class Checkin
extends FacebookObject

Model class representing a user checkin on Facebook Places.


Method Summary
 Reference getApplication()
           
 List<Comment> getComments()
           
 Date getCreatedTime()
           
 Reference getFrom()
           
 String getId()
           
 List<Reference> getLikes()
           
 String getMessage()
           
 Page getPlace()
           
 List<Reference> getTags()
           
 
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
 

Method Detail

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()