All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
ExtendedCreditAllocationConfig |
copyFrom(ExtendedCreditAllocationConfig instance) |
ExtendedCreditAllocationConfig.APIRequestDelete |
delete() |
ExtendedCreditAllocationConfig |
fetch() |
static ExtendedCreditAllocationConfig |
fetchById(Long id,
APIContext context) |
static ExtendedCreditAllocationConfig |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<ExtendedCreditAllocationConfig> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<ExtendedCreditAllocationConfig> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<ExtendedCreditAllocationConfig> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<ExtendedCreditAllocationConfig>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
ExtendedCreditAllocationConfig.APIRequestGet |
get() |
APIContext |
getContext() |
CurrencyAmount |
getFieldCurrencyAmount() |
String |
getFieldId() |
String |
getFieldLiabilityType() |
Business |
getFieldOwningBusiness() |
ExtendedCredit |
getFieldOwningCredential() |
String |
getFieldPartitionType() |
Business |
getFieldReceivingBusiness() |
ExtendedCredit |
getFieldReceivingCredential() |
String |
getFieldRequestStatus() |
String |
getFieldSendBillTo() |
String |
getId() |
static APIRequest.ResponseParser<ExtendedCreditAllocationConfig> |
getParser() |
static ExtendedCreditAllocationConfig |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<ExtendedCreditAllocationConfig> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |