Package com.restfb.types
Class Payment.Item
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.Payment.Item
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Payment
public static class Payment.Item extends AbstractFacebookType
The items associated with the payment.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Item()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getProduct()
The product URL of this item.Integer
getQuantity()
The number of this item purchased.String
getType()
The type of this item.void
setProduct(String product)
The product URL of this item.void
setQuantity(Integer quantity)
The number of this item purchased.void
setType(String type)
The type of this item.-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
Item
public Item()
-
-
Method Detail
-
getProduct
public String getProduct()
The product URL of this item.
-
setProduct
public void setProduct(String product)
The product URL of this item.
-
getQuantity
public Integer getQuantity()
The number of this item purchased.
-
setQuantity
public void setQuantity(Integer quantity)
The number of this item purchased.
-
-