public class ProductCatalogCategory extends APINode
| Modifier and Type | Class and Description |
|---|---|
static class |
ProductCatalogCategory.EnumCategorizationCriteria |
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
ProductCatalogCategory() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static ProductCatalogCategory loadJSON(String json, APIContext context, String header)
public static APINodeList<ProductCatalogCategory> 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 String getFieldCriteriaValue()
public ProductCatalogCategory setFieldCriteriaValue(String value)
public String getFieldDescription()
public ProductCatalogCategory setFieldDescription(String value)
public String getFieldDestinationUri()
public ProductCatalogCategory setFieldDestinationUri(String value)
public String getFieldImageUrl()
public ProductCatalogCategory setFieldImageUrl(String value)
public String getFieldName()
public ProductCatalogCategory setFieldName(String value)
public Long getFieldNumItems()
public ProductCatalogCategory setFieldNumItems(Long value)
public ProductCatalogCategory setFieldTokens(Map<String,String> value)
public ProductCatalogCategory copyFrom(ProductCatalogCategory instance)
public static APIRequest.ResponseParser<ProductCatalogCategory> getParser()
Copyright © 2020. All rights reserved.