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