Uses of Class
com.oracle.bmc.ocvp.requests.ListDatastoreClustersRequest.SortBy
- 
Packages that use ListDatastoreClustersRequest.SortBy Package Description com.oracle.bmc.ocvp.requests 
- 
- 
Uses of ListDatastoreClustersRequest.SortBy in com.oracle.bmc.ocvp.requestsMethods in com.oracle.bmc.ocvp.requests that return ListDatastoreClustersRequest.SortBy Modifier and Type Method Description static ListDatastoreClustersRequest.SortByListDatastoreClustersRequest.SortBy. create(String key)ListDatastoreClustersRequest.SortByListDatastoreClustersRequest. getSortBy()The field to sort by.static ListDatastoreClustersRequest.SortByListDatastoreClustersRequest.SortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static ListDatastoreClustersRequest.SortBy[]ListDatastoreClustersRequest.SortBy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.ocvp.requests with parameters of type ListDatastoreClustersRequest.SortBy Modifier and Type Method Description ListDatastoreClustersRequest.BuilderListDatastoreClustersRequest.Builder. sortBy(ListDatastoreClustersRequest.SortBy sortBy)The field to sort by.
 
-