public class CommerceSettings extends APINode
Modifier and Type | Field and Description |
---|---|
protected static com.google.gson.Gson |
gson |
Constructor and Description |
---|
CommerceSettings() |
Modifier and Type | Method and Description |
---|---|
CommerceSettings |
copyFrom(CommerceSettings instance) |
APIContext |
getContext() |
Long |
getFieldInventory() |
Long |
getFieldTotalInventory() |
String |
getId() |
static APIRequest.ResponseParser<CommerceSettings> |
getParser() |
static CommerceSettings |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<CommerceSettings> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
CommerceSettings |
setFieldInventory(Long value) |
CommerceSettings |
setFieldTotalInventory(Long value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponse
public static CommerceSettings loadJSON(String json, APIContext context, String header)
public static APINodeList<CommerceSettings> 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 Long getFieldInventory()
public CommerceSettings setFieldInventory(Long value)
public Long getFieldTotalInventory()
public CommerceSettings setFieldTotalInventory(Long value)
public CommerceSettings copyFrom(CommerceSettings instance)
public static APIRequest.ResponseParser<CommerceSettings> getParser()
Copyright © 2020. All rights reserved.