public class PaymentPricepoints extends APINode
Modifier and Type | Field and Description |
---|---|
protected static com.google.gson.Gson |
gson |
Constructor and Description |
---|
PaymentPricepoints() |
Modifier and Type | Method and Description |
---|---|
PaymentPricepoints |
copyFrom(PaymentPricepoints instance) |
APIContext |
getContext() |
List<Object> |
getFieldMobile() |
String |
getId() |
static APIRequest.ResponseParser<PaymentPricepoints> |
getParser() |
static PaymentPricepoints |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<PaymentPricepoints> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
PaymentPricepoints |
setFieldMobile(List<Object> value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponse
public static PaymentPricepoints loadJSON(String json, APIContext context, String header)
public static APINodeList<PaymentPricepoints> parseResponse(String json, APIContext context, APIRequest request, String header) throws APIException.MalformedResponseException
public APIContext getContext()
getContext
in class APINode
public void setContext(APIContext context)
setContext
in class APINode
public PaymentPricepoints setFieldMobile(List<Object> value)
public PaymentPricepoints copyFrom(PaymentPricepoints instance)
public static APIRequest.ResponseParser<PaymentPricepoints> getParser()
Copyright © 2020. All rights reserved.