public class Checkin extends FacebookType
| Modifier and Type | Class and Description |
|---|---|
static class |
Checkin.Place
Represents the Place
Graph API type.
|
FacebookType.Metadata| Constructor and Description |
|---|
Checkin() |
| Modifier and Type | Method and Description |
|---|---|
NamedFacebookType |
getApplication()
The ID and name of the application that made the check-in.
|
List<Comment> |
getComments()
The comments for the check-in.
|
Date |
getCreatedTime()
The time the check-in was created.
|
NamedFacebookType |
getFrom()
The ID and name of the user who made the check-in.
|
String |
getMessage()
The message the user added to the check-in.
|
Checkin.Place |
getPlace()
The ID, name, and location of the Facebook Page that represents the
location of the check-in.
|
equals, getId, getMetadata, getType, hashCode, toStringpublic Checkin.Place getPlace()
public NamedFacebookType getApplication()
public NamedFacebookType getFrom()
public String getMessage()
public Date getCreatedTime()
Copyright © 2014. All rights reserved.