|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.restfb.types.FacebookType
com.restfb.types.Checkin
public class Checkin
Represents the Checkin Graph API type.
| Nested Class Summary | |
|---|---|
static class |
Checkin.Place
Represents the Place Graph API type. |
| Nested classes/interfaces inherited from class com.restfb.types.FacebookType |
|---|
FacebookType.Metadata |
| Constructor Summary | |
|---|---|
Checkin()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.restfb.types.FacebookType |
|---|
equals, getId, getMetadata, getType, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Checkin()
| Method Detail |
|---|
public Checkin.Place getPlace()
public NamedFacebookType getApplication()
public NamedFacebookType getFrom()
public String getMessage()
public Date getCreatedTime()
public List<Comment> getComments()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||