public class SubmitFeedAsyncSample extends Object
| Constructor and Description |
|---|
SubmitFeedAsyncSample() |
| Modifier and Type | Method and Description |
|---|---|
static void |
invokeSubmitFeed(MarketplaceWebService service,
List<SubmitFeedRequest> requests)
Submit Feed request sample
Uploads a file for processing together with the necessary
metadata to process the file, such as which type of feed it is.
|
static void |
main(String... args)
Just add a few required parameters, and try the service
Submit Feed functionality
|
public static void main(String... args)
args - unusedpublic static void invokeSubmitFeed(MarketplaceWebService service, List<SubmitFeedRequest> requests)
service - instance of MarketplaceWebService servicerequests - list of requests to processCopyright © 2020. All rights reserved.