Uses of Interface
facebook4j.Place

Packages that use Place
facebook4j   
facebook4j.api   
facebook4j.json   
 

Uses of Place in facebook4j
 

Methods in facebook4j that return Place
 Place Location.getPlace()
           
 Place Checkin.getPlace()
           
 Place Album.getPlace()
           
 Place Photo.getPlace()
           
 Place Post.getPlace()
           
 Place PlaceTag.getPlaceTag()
           
 

Uses of Place in facebook4j.api
 

Methods in facebook4j.api that return types with arguments of type Place
 ResponseList<Place> SearchMethods.searchPlaces(String query)
          Searches places.
 ResponseList<Place> SearchMethods.searchPlaces(String query, GeoLocation center, int distance)
          Searches places.
 ResponseList<Place> SearchMethods.searchPlaces(String query, GeoLocation center, int distance, Reading reading)
          Searches places.
 ResponseList<Place> SearchMethods.searchPlaces(String query, Reading reading)
          Searches places.
 

Uses of Place in facebook4j.json
 

Methods in facebook4j.json that return Place
static Place DataObjectFactory.createPlace(String rawJSON)
          Constructs a Place object from rawJSON string.
 



Copyright © 2019. All rights reserved.