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