All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
PaymentSubscription |
copyFrom(PaymentSubscription instance) |
PaymentSubscription |
fetch() |
static PaymentSubscription |
fetchById(Long id,
APIContext context) |
static PaymentSubscription |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<PaymentSubscription> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<PaymentSubscription> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<PaymentSubscription> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<PaymentSubscription>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
PaymentSubscription.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldAmount() |
Profile |
getFieldApplication() |
String |
getFieldAppParamData() |
String |
getFieldBillingPeriod() |
String |
getFieldCanceledReason() |
String |
getFieldCreatedTime() |
String |
getFieldCurrency() |
String |
getFieldId() |
String |
getFieldLastPayment() |
String |
getFieldNextBillTime() |
String |
getFieldNextPeriodAmount() |
String |
getFieldNextPeriodCurrency() |
String |
getFieldNextPeriodProduct() |
String |
getFieldPaymentStatus() |
Boolean |
getFieldPendingCancel() |
String |
getFieldPeriodStartTime() |
String |
getFieldProduct() |
String |
getFieldStatus() |
Long |
getFieldTest() |
String |
getFieldTrialAmount() |
String |
getFieldTrialCurrency() |
String |
getFieldTrialExpiryTime() |
String |
getFieldUpdatedTime() |
Profile |
getFieldUser() |
String |
getId() |
static APIRequest.ResponseParser<PaymentSubscription> |
getParser() |
static PaymentSubscription |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<PaymentSubscription> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |