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