public class ProductItemSubscriptionInfo extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
ProductItemSubscriptionInfo() |
| Modifier and Type | Method and Description |
|---|---|
ProductItemSubscriptionInfo |
copyFrom(ProductItemSubscriptionInfo instance) |
APIContext |
getContext() |
Boolean |
getFieldIsSubscribable() |
Long |
getFieldSubscriptionBillingPeriod() |
String |
getFieldSubscriptionBillingType() |
String |
getId() |
static APIRequest.ResponseParser<ProductItemSubscriptionInfo> |
getParser() |
static ProductItemSubscriptionInfo |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<ProductItemSubscriptionInfo> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
ProductItemSubscriptionInfo |
setFieldIsSubscribable(Boolean value) |
ProductItemSubscriptionInfo |
setFieldSubscriptionBillingPeriod(Long value) |
ProductItemSubscriptionInfo |
setFieldSubscriptionBillingType(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static ProductItemSubscriptionInfo loadJSON(String json, APIContext context, String header)
public static APINodeList<ProductItemSubscriptionInfo> parseResponse(String json, APIContext context, APIRequest request, String header) throws APIException.MalformedResponseException
public APIContext getContext()
getContext in class APINodepublic void setContext(APIContext context)
setContext in class APINodepublic Boolean getFieldIsSubscribable()
public ProductItemSubscriptionInfo setFieldIsSubscribable(Boolean value)
public Long getFieldSubscriptionBillingPeriod()
public ProductItemSubscriptionInfo setFieldSubscriptionBillingPeriod(Long value)
public String getFieldSubscriptionBillingType()
public ProductItemSubscriptionInfo setFieldSubscriptionBillingType(String value)
public ProductItemSubscriptionInfo copyFrom(ProductItemSubscriptionInfo instance)
public static APIRequest.ResponseParser<ProductItemSubscriptionInfo> getParser()
Copyright © 2024. All rights reserved.