com.restfb.types
Class Checkin

java.lang.Object
  extended by com.restfb.types.FacebookType
      extended by com.restfb.types.Checkin
All Implemented Interfaces:
Serializable

public class Checkin
extends FacebookType

Represents the Checkin Graph API type.

Since:
1.6
Author:
Mark Allen
See Also:
Serialized Form

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

Checkin

public Checkin()
Method Detail

getPlace

public Checkin.Place getPlace()
The ID, name, and location of the Facebook Page that represents the location of the check-in.

Returns:
The ID, name, and location of the Facebook Page that represents the location of the check-in.

getApplication

public NamedFacebookType getApplication()
The ID and name of the application that made the check-in.

Returns:
The ID and name of the application that made the check-in.

getFrom

public NamedFacebookType getFrom()
The ID and name of the user who made the check-in.

Returns:
The ID and name of the user who made the check-in.

getMessage

public String getMessage()
The message the user added to the check-in.

Returns:
The message the user added to the check-in.

getCreatedTime

public Date getCreatedTime()
The time the check-in was created.

Returns:
The time the check-in was created.

getComments

public List<Comment> getComments()
The comments for the check-in.

Returns:
The comments for the check-in.


RestFB 1.6.8. Copyright © 2010-2011 Mark Allen. All Rights Reserved.