facebook4j
Interface Place

All Superinterfaces:
FacebookResponse

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
 List<Category> getCategories()
           
 String getId()
           
 Place.Location getLocation()
           
 String getName()
           
 
Methods inherited from interface facebook4j.FacebookResponse
getMetadata
 

Method Detail

getId

String getId()

getName

String getName()

getCategories

List<Category> getCategories()

getLocation

Place.Location getLocation()


Copyright © 2019. All rights reserved.