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