com.restfb.types
Class Post.Place

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

public static class Post.Place
extends NamedFacebookType

Represents the Place Graph API type

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

Nested Class Summary
 
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
 
Constructor Summary
Post.Place()
           
 
Method Summary
 Location getLocation()
          The location of this place.
 
Methods inherited from class com.restfb.types.NamedFacebookType
getName
 
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

Post.Place

public Post.Place()
Method Detail

getLocation

public Location getLocation()
The location of this place.

Returns:
The location of this place.


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