public static class ProductFeed.APIRequestCreateUpload extends APIRequest<ProductFeedUpload>
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 |
|---|
APIRequestCreateUpload(String nodeId,
APIContext context) |
addToBatch, addToBatch, changeRequestExecutor, executeInternal, executeInternal, getContext, getExecutor, joinStringList, requestFieldInternal, setContext, setParamInternal, setParamsInternalpublic APIRequestCreateUpload(String nodeId, APIContext context)
public ProductFeedUpload getLastResponse()
getLastResponse in class APIRequest<ProductFeedUpload>public ProductFeedUpload parseResponse(String response) throws APIException
parseResponse in class APIRequest<ProductFeedUpload>APIExceptionpublic ProductFeedUpload execute() throws APIException
execute in class APIRequest<ProductFeedUpload>APIExceptionpublic ProductFeedUpload execute(Map<String,Object> extraParams) throws APIException
execute in class APIRequest<ProductFeedUpload>APIExceptionpublic ProductFeed.APIRequestCreateUpload setParam(String param, Object value)
setParam in class APIRequest<ProductFeedUpload>public ProductFeed.APIRequestCreateUpload setParams(Map<String,Object> params)
setParams in class APIRequest<ProductFeedUpload>public ProductFeed.APIRequestCreateUpload addUploadFile(String uploadName, File file)
public ProductFeed.APIRequestCreateUpload setUseVideoEndpoint(boolean useVideoEndpoint)
setUseVideoEndpoint in class APIRequest<ProductFeedUpload>public ProductFeed.APIRequestCreateUpload setPassword(String password)
public ProductFeed.APIRequestCreateUpload setUpdateOnly(Boolean updateOnly)
public ProductFeed.APIRequestCreateUpload setUpdateOnly(String updateOnly)
public ProductFeed.APIRequestCreateUpload setUrl(String url)
public ProductFeed.APIRequestCreateUpload setUsername(String username)
public ProductFeed.APIRequestCreateUpload requestAllFields()
public ProductFeed.APIRequestCreateUpload requestAllFields(boolean value)
public ProductFeed.APIRequestCreateUpload requestFields(List<String> fields)
requestFields in class APIRequest<ProductFeedUpload>public ProductFeed.APIRequestCreateUpload requestFields(List<String> fields, boolean value)
requestFields in class APIRequest<ProductFeedUpload>public ProductFeed.APIRequestCreateUpload requestField(String field)
requestField in class APIRequest<ProductFeedUpload>public ProductFeed.APIRequestCreateUpload requestField(String field, boolean value)
requestField in class APIRequest<ProductFeedUpload>Copyright © 2017. All rights reserved.