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