All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
ExtendedCreditInvoiceGroup |
copyFrom(ExtendedCreditInvoiceGroup instance) |
ExtendedCreditInvoiceGroup.APIRequestCreateAdAccount |
createAdAccount() |
ExtendedCreditInvoiceGroup.APIRequestDelete |
delete() |
ExtendedCreditInvoiceGroup.APIRequestDeleteAdAccounts |
deleteAdAccounts() |
ExtendedCreditInvoiceGroup |
fetch() |
static ExtendedCreditInvoiceGroup |
fetchById(Long id,
APIContext context) |
static ExtendedCreditInvoiceGroup |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<ExtendedCreditInvoiceGroup> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<ExtendedCreditInvoiceGroup> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<ExtendedCreditInvoiceGroup> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<ExtendedCreditInvoiceGroup>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
ExtendedCreditInvoiceGroup.APIRequestGet |
get() |
ExtendedCreditInvoiceGroup.APIRequestGetAdAccounts |
getAdAccounts() |
APIContext |
getContext() |
Boolean |
getFieldAutoEnroll() |
String |
getFieldCustomerPoNumber() |
Object |
getFieldEmail() |
List<String> |
getFieldEmails() |
String |
getFieldId() |
String |
getFieldName() |
String |
getId() |
static APIRequest.ResponseParser<ExtendedCreditInvoiceGroup> |
getParser() |
static ExtendedCreditInvoiceGroup |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<ExtendedCreditInvoiceGroup> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |
ExtendedCreditInvoiceGroup.APIRequestUpdate |
update() |