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, parseResponse
public 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 APINode
public void setContext(APIContext context)
setContext
in class APINode
public 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.