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