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, parseResponse
public 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 APINode
public void setContext(APIContext context)
setContext
in class APINode
public String getFieldTransformationType()
public ProductCatalogImageSettingsOperation setFieldTransformationType(String value)
public ProductCatalogImageSettingsOperation copyFrom(ProductCatalogImageSettingsOperation instance)
public static APIRequest.ResponseParser<ProductCatalogImageSettingsOperation> getParser()
Copyright © 2023. All rights reserved.