facebook4j
Interface Checkin
- All Superinterfaces:
- FacebookResponse
- All Known Implementing Classes:
- CheckinJSONImpl
public interface Checkin
- extends FacebookResponse
- Author:
- Ryuji Yamashita - roundrop at gmail.com
getId
java.lang.String getId()
getFrom
IdNameEntity getFrom()
getTags
PagableList<IdNameEntity> getTags()
getPlace
Place getPlace()
getApplication
Application getApplication()
getCreatedTime
java.util.Date getCreatedTime()
getLikes
PagableList<Like> getLikes()
getMessage
java.lang.String getMessage()
getComments
PagableList<Comment> getComments()
getType
java.lang.String getType()
getCoordinates
GeoLocation getCoordinates()