Package com.restfb.types
Class Page.PageParking
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.Page.PageParking
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Page
public static class Page.PageParking extends AbstractFacebookType
Parking options for a Page. Useful for Facebook Pages that have a business with parking.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PageParking()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getLot()
Whether lot parking is availableBoolean
getStreet()
Whether street parking is availableBoolean
getValet()
Whether valet parking is availablevoid
setLot(Boolean lot)
Whether lot parking is availablevoid
setStreet(Boolean street)
Whether street parking is availablevoid
setValet(Boolean valet)
Whether valet parking is available-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
PageParking
public PageParking()
-
-