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