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() |
String |
getFieldId() |
Long |
getFieldInventory() |
Long |
getFieldTotalInventory() |
String |
getId() |
static APIRequest.ResponseParser<CommerceSettings> |
getParser() |
static CommerceSettings |
loadJSON(String json,
APIContext context) |
static APINodeList<CommerceSettings> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
CommerceSettings |
setFieldId(String value) |
CommerceSettings |
setFieldInventory(Long value) |
CommerceSettings |
setFieldTotalInventory(Long value) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static CommerceSettings loadJSON(String json, APIContext context)
public static APINodeList<CommerceSettings> parseResponse(String json, APIContext context, APIRequest request) throws APIException.MalformedResponseException
public APIContext getContext()
getContext in class APINodepublic void setContext(APIContext context)
setContext in class APINodepublic Long getFieldInventory()
public CommerceSettings setFieldInventory(Long value)
public Long getFieldTotalInventory()
public CommerceSettings setFieldTotalInventory(Long value)
public String getFieldId()
public CommerceSettings setFieldId(String value)
public CommerceSettings copyFrom(CommerceSettings instance)
public static APIRequest.ResponseParser<CommerceSettings> getParser()
Copyright © 2018. All rights reserved.