com.restfb.types
Class Checkin.Place

java.lang.Object
  extended by com.restfb.types.FacebookType
      extended by com.restfb.types.NamedFacebookType
          extended by com.restfb.types.CategorizedFacebookType
              extended by com.restfb.types.Checkin.Place
All Implemented Interfaces:
Serializable
Enclosing class:
Checkin

public static class Checkin.Place
extends CategorizedFacebookType

Represents the Place Graph API type.

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

Nested Class Summary
static class Checkin.Place.Location
          Represents the Location Graph API type.
 
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
 
Constructor Summary
Checkin.Place()
           
 
Method Summary
 boolean equals(Object that)
           
 Checkin.Place.Location getLocation()
          The latitude/longitude of the check-in.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class com.restfb.types.CategorizedFacebookType
getCategory
 
Methods inherited from class com.restfb.types.NamedFacebookType
getName
 
Methods inherited from class com.restfb.types.FacebookType
getId, getMetadata, getType
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Checkin.Place

public Checkin.Place()
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class FacebookType
See Also:
Object.hashCode()

equals

public boolean equals(Object that)
Overrides:
equals in class FacebookType
See Also:
Object.equals(java.lang.Object)

toString

public String toString()
Overrides:
toString in class FacebookType
See Also:
Object.toString()

getLocation

public Checkin.Place.Location getLocation()
The latitude/longitude of the check-in.

Returns:
The latitude/longitude of the check-in.


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