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