Package com.restfb.types.send.buybutton
Class PriceListItem
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.send.buybutton.PriceListItem
-
- All Implemented Interfaces:
Serializable
public class PriceListItem extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PriceListItem(String label, String amount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAmount()
String
getLabel()
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-