All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
OmegaCustomerTrx |
copyFrom(OmegaCustomerTrx instance) |
OmegaCustomerTrx |
fetch() |
static OmegaCustomerTrx |
fetchById(Long id,
APIContext context) |
static OmegaCustomerTrx |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<OmegaCustomerTrx> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<OmegaCustomerTrx> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<OmegaCustomerTrx> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<OmegaCustomerTrx>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
OmegaCustomerTrx.APIRequestGet |
get() |
OmegaCustomerTrx.APIRequestGetCampaigns |
getCampaigns() |
APIContext |
getContext() |
List<String> |
getFieldAdAccountIds() |
String |
getFieldAdvertiserName() |
String |
getFieldAmount() |
CurrencyAmount |
getFieldAmountDue() |
Object |
getFieldBilledAmountDetails() |
String |
getFieldBillingPeriod() |
String |
getFieldCdnDownloadUri() |
String |
getFieldCurrency() |
String |
getFieldDownloadUri() |
String |
getFieldDueDate() |
String |
getFieldEntity() |
String |
getFieldId() |
String |
getFieldInvoiceDate() |
String |
getFieldInvoiceId() |
String |
getFieldInvoiceType() |
String |
getFieldLiabilityType() |
String |
getFieldPaymentStatus() |
String |
getFieldPaymentTerm() |
String |
getFieldType() |
String |
getId() |
static APIRequest.ResponseParser<OmegaCustomerTrx> |
getParser() |
static OmegaCustomerTrx |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<OmegaCustomerTrx> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |