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
Parking options for a Page. Useful for Facebook Pages that have a business with parking.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
PageParking
public PageParking()
-
-
Method Details
-
getLot
Whether lot parking is available -
setLot
Whether lot parking is available -
getStreet
Whether street parking is available -
setStreet
Whether street parking is available -
getValet
Whether valet parking is available -
setValet
Whether valet parking is available
-