All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
ExtendedCreditApplication |
copyFrom(ExtendedCreditApplication instance) |
ExtendedCreditApplication |
fetch() |
static ExtendedCreditApplication |
fetchById(Long id,
APIContext context) |
static ExtendedCreditApplication |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<ExtendedCreditApplication> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<ExtendedCreditApplication> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<ExtendedCreditApplication> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<ExtendedCreditApplication>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
ExtendedCreditApplication.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldBillingCountry() |
String |
getFieldCity() |
String |
getFieldCnpj() |
String |
getFieldCountry() |
String |
getFieldDisplayCurrency() |
String |
getFieldDunsNumber() |
String |
getFieldId() |
String |
getFieldInvoiceEmailAddress() |
Boolean |
getFieldIsUmi() |
String |
getFieldLegalEntityName() |
CurrencyAmount |
getFieldOriginalOnlineLimit() |
String |
getFieldPhoneNumber() |
String |
getFieldPostalCode() |
List<String> |
getFieldProductTypes() |
CurrencyAmount |
getFieldProposedCreditLimit() |
String |
getFieldRegistrationNumber() |
String |
getFieldRunId() |
String |
getFieldState() |
String |
getFieldStatus() |
String |
getFieldStreet1() |
String |
getFieldStreet2() |
User |
getFieldSubmitter() |
String |
getFieldTaxExemptStatus() |
String |
getFieldTaxId() |
String |
getFieldTerms() |
String |
getId() |
static APIRequest.ResponseParser<ExtendedCreditApplication> |
getParser() |
static ExtendedCreditApplication |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<ExtendedCreditApplication> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |