Package com.restfb.types
Class Page.PageRestaurantSpecialties
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.Page.PageRestaurantSpecialties
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Page
public static class Page.PageRestaurantSpecialties extends AbstractFacebookType
Represents the Page Restaurant Specialties Graph API type.- Since:
- 1.10.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PageRestaurantSpecialties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getBreakfast()
Boolean
getCoffee()
Boolean
getDinner()
Boolean
getDrinks()
Boolean
getLunch()
void
setBreakfast(Boolean breakfast)
void
setCoffee(Boolean coffee)
void
setDinner(Boolean dinner)
void
setDrinks(Boolean drinks)
void
setLunch(Boolean lunch)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
PageRestaurantSpecialties
public PageRestaurantSpecialties()
-
-
Method Detail
-
getBreakfast
public Boolean getBreakfast()
-
setBreakfast
public void setBreakfast(Boolean breakfast)
-
-