All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
WoodhengePurchasedPAYGReceipt |
copyFrom(WoodhengePurchasedPAYGReceipt instance) |
WoodhengePurchasedPAYGReceipt |
fetch() |
static WoodhengePurchasedPAYGReceipt |
fetchById(Long id,
APIContext context) |
static WoodhengePurchasedPAYGReceipt |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<WoodhengePurchasedPAYGReceipt> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<WoodhengePurchasedPAYGReceipt> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<WoodhengePurchasedPAYGReceipt> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<WoodhengePurchasedPAYGReceipt>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
WoodhengePurchasedPAYGReceipt.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldId() |
Long |
getFieldNumberOfSubscriptionsPurchased() |
String |
getFieldPurchaseTime() |
User |
getFieldUser() |
String |
getId() |
static APIRequest.ResponseParser<WoodhengePurchasedPAYGReceipt> |
getParser() |
static WoodhengePurchasedPAYGReceipt |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<WoodhengePurchasedPAYGReceipt> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |