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