public interface Checkin extends FacebookResponse
FacebookResponse.Metadata| Modifier and Type | Method and Description |
|---|---|
Application |
getApplication() |
PagableList<Comment> |
getComments() |
GeoLocation |
getCoordinates() |
java.util.Date |
getCreatedTime() |
IdNameEntity |
getFrom() |
java.lang.String |
getId() |
PagableList<Like> |
getLikes() |
java.lang.String |
getMessage() |
Place |
getPlace() |
PagableList<IdNameEntity> |
getTags() |
java.lang.String |
getType() |
getMetadatajava.lang.String getId()
IdNameEntity getFrom()
PagableList<IdNameEntity> getTags()
Place getPlace()
Application getApplication()
java.util.Date getCreatedTime()
PagableList<Like> getLikes()
java.lang.String getMessage()
PagableList<Comment> getComments()
java.lang.String getType()
GeoLocation getCoordinates()