public static interface VmsService.ListRequest extends Request<VmsService.ListRequest,VmsService.ListResponse>
Modifier and Type | Method and Description |
---|---|
VmsService.ListRequest |
caseSensitive(Boolean caseSensitive)
Indicates if the search performed using the
search parameter should be performed taking case into
account. |
VmsService.ListRequest |
filter(Boolean filter)
Indicates if the results should be filtered according to the permissions of the user.
|
VmsService.ListRequest |
max(BigInteger max)
The maximum number of results to return.
|
VmsService.ListRequest |
max(Integer max)
The maximum number of results to return.
|
VmsService.ListRequest |
max(Long max)
The maximum number of results to return.
|
VmsService.ListRequest |
search(String search)
A query string used to restrict the returned virtual machines.
|
VmsService.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
.
VmsService.ListRequest filter(Boolean filter)
Indicates if the results should be filtered according to the permissions of the user.
VmsService.ListRequest max(Integer max)
The maximum number of results to return.
VmsService.ListRequest max(Long max)
The maximum number of results to return.
VmsService.ListRequest max(BigInteger max)
The maximum number of results to return.
VmsService.ListRequest search(String search)
A query string used to restrict the returned virtual machines.
Copyright © 2016. All rights reserved.