public static interface DisksService.ListRequest extends Request<DisksService.ListRequest,DisksService.ListResponse>
Modifier and Type | Method and Description |
---|---|
DisksService.ListRequest |
caseSensitive(Boolean caseSensitive)
Indicates if the search performed using the
search parameter should be performed taking case into
account. |
DisksService.ListRequest |
max(BigInteger max)
Sets the maximum number of disks to return.
|
DisksService.ListRequest |
max(Integer max)
Sets the maximum number of disks to return.
|
DisksService.ListRequest |
max(Long max)
Sets the maximum number of disks to return.
|
DisksService.ListRequest |
search(String search)
A query string used to restrict the returned disks.
|
DisksService.ListRequest caseSensitive(Boolean caseSensitive)
Indicates if the search performed using the search
parameter should be performed taking case into
account. The default value is true
, which means that case is taken into account. If you want to search
ignoring case set it to false
.
DisksService.ListRequest max(Integer max)
Sets the maximum number of disks to return. If not specified all the disks are returned.
DisksService.ListRequest max(Long max)
Sets the maximum number of disks to return. If not specified all the disks are returned.
DisksService.ListRequest max(BigInteger max)
Sets the maximum number of disks to return. If not specified all the disks are returned.
DisksService.ListRequest search(String search)
A query string used to restrict the returned disks.
Copyright © 2016. All rights reserved.