Uses of Class
com.restfb.types.send.buybutton.PaymentTypeEnum
-
Packages that use PaymentTypeEnum Package Description com.restfb.types.send.buybutton -
-
Uses of PaymentTypeEnum in com.restfb.types.send.buybutton
Methods in com.restfb.types.send.buybutton that return PaymentTypeEnum Modifier and Type Method Description PaymentTypeEnum
PaymentSummary. getPaymentType()
static PaymentTypeEnum
PaymentTypeEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static PaymentTypeEnum[]
PaymentTypeEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.restfb.types.send.buybutton with parameters of type PaymentTypeEnum Modifier and Type Method Description void
PaymentSummary. setPaymentType(PaymentTypeEnum paymentType)
-