public static class ProductFeed.APIRequestCreateUpload extends APIRequest<ProductFeedUpload>
APIRequest.DefaultAsyncRequestExecutor, APIRequest.DefaultRequestExecutor, APIRequest.IAsyncRequestExecutor, APIRequest.IRequestExecutor, APIRequest.RequestHelper, APIRequest.ResponseParser<T extends APINode>, APIRequest.ResponseWrapper| 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, addToBatch, changeAsyncRequestExecutor, changeRequestExecutor, executeAsyncBase, executeAsyncBase, executeAsyncInternal, executeAsyncInternal, executeInternal, executeInternal, getAsyncExecutor, getContext, getExecutor, joinStringList, requestFieldInternal, setContext, setOverrideUrl, setParamInternal, setParamsInternalpublic APIRequestCreateUpload(String nodeId, APIContext context)
public ProductFeedUpload getLastResponse()
getLastResponse in class APIRequest<ProductFeedUpload>public ProductFeedUpload parseResponse(String response, String header) 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 com.google.common.util.concurrent.ListenableFuture<ProductFeedUpload> executeAsync() throws APIException
APIExceptionpublic com.google.common.util.concurrent.ListenableFuture<ProductFeedUpload> executeAsync(Map<String,Object> extraParams) throws APIException
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 setFbeExternalBusinessId(String fbeExternalBusinessId)
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 © 2020. All rights reserved.