Uses of Class
com.restfb.types.send.buybutton.RequestedUserInfoEnum
-
Packages that use RequestedUserInfoEnum Package Description com.restfb.types.send.buybutton -
-
Uses of RequestedUserInfoEnum in com.restfb.types.send.buybutton
Methods in com.restfb.types.send.buybutton that return RequestedUserInfoEnum Modifier and Type Method Description static RequestedUserInfoEnum
RequestedUserInfoEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static RequestedUserInfoEnum[]
RequestedUserInfoEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.restfb.types.send.buybutton that return types with arguments of type RequestedUserInfoEnum Modifier and Type Method Description List<RequestedUserInfoEnum>
PaymentSummary. getRequestedUserInfo()
Methods in com.restfb.types.send.buybutton with parameters of type RequestedUserInfoEnum Modifier and Type Method Description boolean
PaymentSummary. addRequestedUserInfo(RequestedUserInfoEnum requestedUserInfoItem)
-