Uses of Class
com.restfb.types.Place
-
Packages that use Place Package Description com.restfb.types Default implementations of Facebook Graph API Objects. -
-
Uses of Place in com.restfb.types
Methods in com.restfb.types that return Place Modifier and Type Method Description Place
Album. getPlace()
The place associated with this album.Place
Checkin. getPlace()
The ID, name, and location of the Facebook Page that represents the location of the check-in.Place
Event. getPlace()
Location associated with the event, if any.Place
PageRating. getPlace()
Place
Photo. getPlace()
The location associated with this photo, if any.Place
Post. getPlace()
The place where this post occurred.Place
Video. getPlace()
Location associated with the video, if any.Methods in com.restfb.types with parameters of type Place Modifier and Type Method Description void
Album. setPlace(Place place)
The place associated with this album.void
Checkin. setPlace(Place place)
The ID, name, and location of the Facebook Page that represents the location of the check-in.void
Event. setPlace(Place place)
Location associated with the event, if any.void
PageRating. setPlace(Place place)
void
Photo. setPlace(Place place)
The location associated with this photo, if any.void
Post. setPlace(Place place)
The place where this post occurred.void
Video. setPlace(Place place)
Location associated with the video, if any.
-