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