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 |
getFieldId() |
String |
getFieldTransformationType() |
String |
getId() |
static APIRequest.ResponseParser<ProductCatalogImageSettingsOperation> |
getParser() |
static ProductCatalogImageSettingsOperation |
loadJSON(String json,
APIContext context) |
static APINodeList<ProductCatalogImageSettingsOperation> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
ProductCatalogImageSettingsOperation |
setFieldId(String value) |
ProductCatalogImageSettingsOperation |
setFieldTransformationType(String value) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic ProductCatalogImageSettingsOperation()
public static ProductCatalogImageSettingsOperation loadJSON(String json, APIContext context)
public static APINodeList<ProductCatalogImageSettingsOperation> parseResponse(String json, APIContext context, APIRequest request) 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 String getFieldId()
public ProductCatalogImageSettingsOperation setFieldId(String value)
public ProductCatalogImageSettingsOperation copyFrom(ProductCatalogImageSettingsOperation instance)
public static APIRequest.ResponseParser<ProductCatalogImageSettingsOperation> getParser()
Copyright © 2018. All rights reserved.