public class GetReportListAsyncSample extends Object
| Constructor and Description |
|---|
GetReportListAsyncSample() |
| Modifier and Type | Method and Description |
|---|---|
static void |
invokeGetReportList(MarketplaceWebService service,
List<GetReportListRequest> requests)
Get Report List request sample
returns a list of reports; by default the most recent ten reports,
regardless of their acknowledgement status
|
static void |
main(String... args)
Just add a few required parameters, and try the service
Get Report List functionality
|
public static void main(String... args)
args - unusedpublic static void invokeGetReportList(MarketplaceWebService service, List<GetReportListRequest> requests)
service - instance of MarketplaceWebService servicerequests - list of requests to processCopyright © 2020. All rights reserved.