public static class ProductCatalog.APIRequestUpdate extends APIRequest<ProductCatalog>
APIRequest.DefaultRequestExecutor, APIRequest.IRequestExecutor, APIRequest.ResponseParser<T extends APINode>| Modifier and Type | Field and Description |
|---|---|
static String[] |
FIELDS |
static String[] |
PARAMS |
context, endpoint, method, nodeId, paramNames, params, parser, returnFields, USER_AGENT, useVideoEndpoint| Constructor and Description |
|---|
APIRequestUpdate(String nodeId,
APIContext context) |
addToBatch, addToBatch, changeRequestExecutor, executeInternal, executeInternal, getContext, getExecutor, joinStringList, requestFieldInternal, setContext, setParamInternal, setParamsInternal, setUseVideoEndpointpublic APIRequestUpdate(String nodeId, APIContext context)
public ProductCatalog getLastResponse()
getLastResponse in class APIRequest<ProductCatalog>public ProductCatalog parseResponse(String response) throws APIException
parseResponse in class APIRequest<ProductCatalog>APIExceptionpublic ProductCatalog execute() throws APIException
execute in class APIRequest<ProductCatalog>APIExceptionpublic ProductCatalog execute(Map<String,Object> extraParams) throws APIException
execute in class APIRequest<ProductCatalog>APIExceptionpublic ProductCatalog.APIRequestUpdate setParam(String param, Object value)
setParam in class APIRequest<ProductCatalog>public ProductCatalog.APIRequestUpdate setParams(Map<String,Object> params)
setParams in class APIRequest<ProductCatalog>public ProductCatalog.APIRequestUpdate setDaDisplaySettings(Object daDisplaySettings)
public ProductCatalog.APIRequestUpdate setDaDisplaySettings(String daDisplaySettings)
public ProductCatalog.APIRequestUpdate setDefaultImageUrl(String defaultImageUrl)
public ProductCatalog.APIRequestUpdate setFallbackImageUrl(String fallbackImageUrl)
public ProductCatalog.APIRequestUpdate setFlightCatalogSettings(Map<String,String> flightCatalogSettings)
public ProductCatalog.APIRequestUpdate setFlightCatalogSettings(String flightCatalogSettings)
public ProductCatalog.APIRequestUpdate setName(String name)
public ProductCatalog.APIRequestUpdate requestAllFields()
public ProductCatalog.APIRequestUpdate requestAllFields(boolean value)
public ProductCatalog.APIRequestUpdate requestFields(List<String> fields)
requestFields in class APIRequest<ProductCatalog>public ProductCatalog.APIRequestUpdate requestFields(List<String> fields, boolean value)
requestFields in class APIRequest<ProductCatalog>public ProductCatalog.APIRequestUpdate requestField(String field)
requestField in class APIRequest<ProductCatalog>public ProductCatalog.APIRequestUpdate requestField(String field, boolean value)
requestField in class APIRequest<ProductCatalog>Copyright © 2017. All rights reserved.