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