public class GetReportCountAsyncSample extends Object
| Constructor and Description |
|---|
GetReportCountAsyncSample() |
| Modifier and Type | Method and Description |
|---|---|
static void |
invokeGetReportCount(MarketplaceWebService service,
List<GetReportCountRequest> requests)
Get Report Count request sample
returns a count of reports matching your criteria;
by default, the number of reports generated in the last 90 days,
regardless of acknowledgement status
|
static void |
main(String... args)
Just add a few required parameters, and try the service
Get Report Count functionality
|
public static void main(String... args)
args - unusedpublic static void invokeGetReportCount(MarketplaceWebService service, List<GetReportCountRequest> requests)
service - instance of MarketplaceWebService servicerequests - list of requests to processCopyright © 2020. All rights reserved.