All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
UserPaymentMethodsInfo |
copyFrom(UserPaymentMethodsInfo instance) |
UserPaymentMethodsInfo |
fetch() |
static UserPaymentMethodsInfo |
fetchById(Long id,
APIContext context) |
static UserPaymentMethodsInfo |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<UserPaymentMethodsInfo> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<UserPaymentMethodsInfo> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<UserPaymentMethodsInfo> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<UserPaymentMethodsInfo>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
UserPaymentMethodsInfo.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldAccountId() |
List<String> |
getFieldAvailableCardTypes() |
List<String> |
getFieldAvailablePaymentMethods() |
List<Object> |
getFieldAvailablePaymentMethodsDetails() |
String |
getFieldCountry() |
String |
getFieldCurrency() |
List<Object> |
getFieldExistingPaymentMethods() |
String |
getFieldId() |
String |
getId() |
static APIRequest.ResponseParser<UserPaymentMethodsInfo> |
getParser() |
static UserPaymentMethodsInfo |
loadJSON(String json,
APIContext context) |
static APINodeList<UserPaymentMethodsInfo> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
String |
toString() |