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