public static interface StatisticsService.ListRequest extends Request<StatisticsService.ListRequest,StatisticsService.ListResponse>
Modifier and Type | Method and Description |
---|---|
StatisticsService.ListRequest |
max(BigInteger max)
Sets the maximum number of statistics to return.
|
StatisticsService.ListRequest |
max(Integer max)
Sets the maximum number of statistics to return.
|
StatisticsService.ListRequest |
max(Long max)
Sets the maximum number of statistics to return.
|
StatisticsService.ListRequest max(Integer max)
Sets the maximum number of statistics to return. If not specified all the statistics are returned.
StatisticsService.ListRequest max(Long max)
Sets the maximum number of statistics to return. If not specified all the statistics are returned.
StatisticsService.ListRequest max(BigInteger max)
Sets the maximum number of statistics to return. If not specified all the statistics are returned.
Copyright © 2016. All rights reserved.