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