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