public static class ProductCatalog.APIRequestGetProductSetsBatch extends APIRequest<APINode>
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 |
|---|
APIRequestGetProductSetsBatch(String nodeId,
APIContext context) |
| Modifier and Type | Method and Description |
|---|---|
APINodeList<APINode> |
execute() |
APINodeList<APINode> |
execute(Map<String,Object> extraParams) |
APINodeList<APINode> |
getLastResponse() |
APINodeList<APINode> |
parseResponse(String response) |
ProductCatalog.APIRequestGetProductSetsBatch |
requestAllFields() |
ProductCatalog.APIRequestGetProductSetsBatch |
requestAllFields(boolean value) |
ProductCatalog.APIRequestGetProductSetsBatch |
requestField(String field) |
ProductCatalog.APIRequestGetProductSetsBatch |
requestField(String field,
boolean value) |
ProductCatalog.APIRequestGetProductSetsBatch |
requestFields(List<String> fields) |
ProductCatalog.APIRequestGetProductSetsBatch |
requestFields(List<String> fields,
boolean value) |
ProductCatalog.APIRequestGetProductSetsBatch |
setHandle(String handle) |
ProductCatalog.APIRequestGetProductSetsBatch |
setParam(String param,
Object value) |
ProductCatalog.APIRequestGetProductSetsBatch |
setParams(Map<String,Object> params) |
addToBatch, addToBatch, changeRequestExecutor, executeInternal, executeInternal, getContext, getExecutor, joinStringList, requestFieldInternal, setContext, setParamInternal, setParamsInternal, setUseVideoEndpointpublic APIRequestGetProductSetsBatch(String nodeId, APIContext context)
public APINodeList<APINode> getLastResponse()
getLastResponse in class APIRequest<APINode>public APINodeList<APINode> parseResponse(String response) throws APIException
parseResponse in class APIRequest<APINode>APIExceptionpublic APINodeList<APINode> execute() throws APIException
execute in class APIRequest<APINode>APIExceptionpublic APINodeList<APINode> execute(Map<String,Object> extraParams) throws APIException
execute in class APIRequest<APINode>APIExceptionpublic ProductCatalog.APIRequestGetProductSetsBatch setParam(String param, Object value)
setParam in class APIRequest<APINode>public ProductCatalog.APIRequestGetProductSetsBatch setParams(Map<String,Object> params)
setParams in class APIRequest<APINode>public ProductCatalog.APIRequestGetProductSetsBatch setHandle(String handle)
public ProductCatalog.APIRequestGetProductSetsBatch requestAllFields()
public ProductCatalog.APIRequestGetProductSetsBatch requestAllFields(boolean value)
public ProductCatalog.APIRequestGetProductSetsBatch requestFields(List<String> fields)
requestFields in class APIRequest<APINode>public ProductCatalog.APIRequestGetProductSetsBatch requestFields(List<String> fields, boolean value)
requestFields in class APIRequest<APINode>public ProductCatalog.APIRequestGetProductSetsBatch requestField(String field)
requestField in class APIRequest<APINode>public ProductCatalog.APIRequestGetProductSetsBatch requestField(String field, boolean value)
requestField in class APIRequest<APINode>Copyright © 2017. All rights reserved.