facebook4j
Interface Place

All Superinterfaces:
FacebookResponse
All Known Implementing Classes:
PlaceJSONImpl

public interface Place
extends FacebookResponse

Author:
Ryuji Yamashita - roundrop at gmail.com

Nested Class Summary
static interface Place.Location
           
 
Nested classes/interfaces inherited from interface facebook4j.FacebookResponse
FacebookResponse.Metadata
 
Method Summary
 java.lang.String getId()
           
 Place.Location getLocation()
           
 java.lang.String getName()
           
 
Methods inherited from interface facebook4j.FacebookResponse
getMetadata
 

Method Detail

getId

java.lang.String getId()

getName

java.lang.String getName()

getLocation

Place.Location getLocation()