public static class Business.APIRequestCreateProductCatalog extends APIRequest<ProductCatalog>
APIRequest.DefaultAsyncRequestExecutor, APIRequest.DefaultRequestExecutor, APIRequest.IAsyncRequestExecutor, APIRequest.IRequestExecutor, APIRequest.RequestHelper, 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 |
|---|
APIRequestCreateProductCatalog(String nodeId,
APIContext context) |
addToBatch, addToBatch, changeAsyncRequestExecutor, changeRequestExecutor, executeAsyncBase, executeAsyncBase, executeAsyncInternal, executeAsyncInternal, executeInternal, executeInternal, getAsyncExecutor, getContext, getExecutor, joinStringList, requestFieldInternal, setContext, setOverrideUrl, setParamInternal, setParamsInternal, setUseVideoEndpointpublic APIRequestCreateProductCatalog(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 com.google.common.util.concurrent.ListenableFuture<ProductCatalog> executeAsync() throws APIException
APIExceptionpublic com.google.common.util.concurrent.ListenableFuture<ProductCatalog> executeAsync(Map<String,Object> extraParams) throws APIException
APIExceptionpublic Business.APIRequestCreateProductCatalog setParam(String param, Object value)
setParam in class APIRequest<ProductCatalog>public Business.APIRequestCreateProductCatalog setParams(Map<String,Object> params)
setParams in class APIRequest<ProductCatalog>public Business.APIRequestCreateProductCatalog setName(String name)
public Business.APIRequestCreateProductCatalog setVertical(ProductCatalog.EnumVertical vertical)
public Business.APIRequestCreateProductCatalog setVertical(String vertical)
public Business.APIRequestCreateProductCatalog setFlightCatalogSettings(Map<String,String> flightCatalogSettings)
public Business.APIRequestCreateProductCatalog setFlightCatalogSettings(String flightCatalogSettings)
public Business.APIRequestCreateProductCatalog setDestinationCatalogSettings(Map<String,String> destinationCatalogSettings)
public Business.APIRequestCreateProductCatalog setDestinationCatalogSettings(String destinationCatalogSettings)
public Business.APIRequestCreateProductCatalog setDaDisplaySettings(Object daDisplaySettings)
public Business.APIRequestCreateProductCatalog setDaDisplaySettings(String daDisplaySettings)
public Business.APIRequestCreateProductCatalog requestAllFields()
public Business.APIRequestCreateProductCatalog requestAllFields(boolean value)
public Business.APIRequestCreateProductCatalog requestFields(List<String> fields)
requestFields in class APIRequest<ProductCatalog>public Business.APIRequestCreateProductCatalog requestFields(List<String> fields, boolean value)
requestFields in class APIRequest<ProductCatalog>public Business.APIRequestCreateProductCatalog requestField(String field)
requestField in class APIRequest<ProductCatalog>public Business.APIRequestCreateProductCatalog requestField(String field, boolean value)
requestField in class APIRequest<ProductCatalog>Copyright © 2018. All rights reserved.