Package com.restfb.types.send
Class BuyButton
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.send.AbstractButton
-
- com.restfb.types.send.BuyButton
-
- All Implemented Interfaces:
Serializable
public class BuyButton extends AbstractButton
Represents the Buy Button type- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.restfb.types.send.AbstractButton
title
-
-
Constructor Summary
Constructors Constructor Description BuyButton(String title, String postbackPayload, PaymentSummary summary)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPayload()
PaymentSummary
getPaymentSummary()
-
Methods inherited from class com.restfb.types.send.AbstractButton
getTitle, getType, setType
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
BuyButton
public BuyButton(String title, String postbackPayload, PaymentSummary summary)
-
-
Method Detail
-
getPayload
public String getPayload()
-
getPaymentSummary
public PaymentSummary getPaymentSummary()
-
-