Uses of Class
com.restfb.types.Page.PageRestaurantSpecialties
-
Packages that use Page.PageRestaurantSpecialties Package Description com.restfb.types Default implementations of Facebook Graph API Objects. -
-
Uses of Page.PageRestaurantSpecialties in com.restfb.types
Methods in com.restfb.types that return Page.PageRestaurantSpecialties Modifier and Type Method Description Page.PageRestaurantSpecialties
Page. getRestaurantSpecialties()
The restaurant's specialties.Page.PageRestaurantSpecialties
SearchPlace. getRestaurantSpecialties()
The restaurant's specialties.Methods in com.restfb.types with parameters of type Page.PageRestaurantSpecialties Modifier and Type Method Description void
Page. setRestaurantSpecialties(Page.PageRestaurantSpecialties restaurantSpecialties)
The restaurant's specialties.void
SearchPlace. setRestaurantSpecialties(Page.PageRestaurantSpecialties restaurantSpecialties)
The restaurant's specialties.
-