public class CancelReportRequestsAsyncSample extends Object
| Constructor and Description |
|---|
CancelReportRequestsAsyncSample() |
| Modifier and Type | Method and Description |
|---|---|
static void |
invokeCancelReportRequests(MarketplaceWebService service,
List<CancelReportRequestsRequest> requests)
Cancel Report Requests request sample
cancels report requests that have not yet started processing,
by default all those within the last 90 days
|
static void |
main(String... args)
Just add a few required parameters, and try the service
Cancel Report Requests functionality
|
public static void main(String... args)
args - unusedpublic static void invokeCancelReportRequests(MarketplaceWebService service, List<CancelReportRequestsRequest> requests)
service - instance of MarketplaceWebService servicerequests - list of requests to processCopyright © 2020. All rights reserved.