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