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