public class Checkin
extends java.lang.Object
| Constructor and Description |
|---|
Checkin() |
| Modifier and Type | Method and Description |
|---|---|
Application |
getApplication()
Information about the application that made the checkin.
|
java.util.List<Comment> |
getComments()
All of the comments on this checkin.
|
java.util.Date |
getCreatedTime()
The time the checkin was created.
|
User |
getFrom()
The ID and name of the user who made the checkin.
|
java.lang.String |
getId()
The checkin Id.
|
java.util.List<Like> |
getLikes()
Users who like the checkin.
|
java.lang.String |
getMessage()
The message the user added to the checkin.
|
Place |
getPlace()
Information about the Facebook Page that represents the location of the
checkin.
|
java.util.List<User> |
getTags()
The users the author tagged in the checkin.
|
public Application getApplication()
public java.util.List<Comment> getComments()
public java.util.Date getCreatedTime()
public User getFrom()
public java.lang.String getId()
public java.util.List<Like> getLikes()
public java.lang.String getMessage()
public Place getPlace()
public java.util.List<User> getTags()