Uses of Class
com.oracle.bmc.containerengine.model.SortOrder
-
Packages that use SortOrder Package Description com.oracle.bmc.containerengine.model com.oracle.bmc.containerengine.requests -
-
Uses of SortOrder in com.oracle.bmc.containerengine.model
Methods in com.oracle.bmc.containerengine.model that return SortOrder Modifier and Type Method Description static SortOrder
SortOrder. create(String key)
static SortOrder
SortOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static SortOrder[]
SortOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SortOrder in com.oracle.bmc.containerengine.requests
Methods in com.oracle.bmc.containerengine.requests that return SortOrder Modifier and Type Method Description SortOrder
ListAddonOptionsRequest. getSortOrder()
The optional order in which to sort the results.SortOrder
ListAddonsRequest. getSortOrder()
The optional order in which to sort the results.SortOrder
ListClustersRequest. getSortOrder()
The optional order in which to sort the results.SortOrder
ListNodePoolsRequest. getSortOrder()
The optional order in which to sort the results.SortOrder
ListPodShapesRequest. getSortOrder()
The optional order in which to sort the results.SortOrder
ListVirtualNodePoolsRequest. getSortOrder()
The optional order in which to sort the results.SortOrder
ListVirtualNodesRequest. getSortOrder()
The optional order in which to sort the results.SortOrder
ListWorkloadMappingsRequest. getSortOrder()
The optional order in which to sort the results.SortOrder
ListWorkRequestsRequest. getSortOrder()
The optional order in which to sort the results.Methods in com.oracle.bmc.containerengine.requests with parameters of type SortOrder Modifier and Type Method Description ListAddonOptionsRequest.Builder
ListAddonOptionsRequest.Builder. sortOrder(SortOrder sortOrder)
The optional order in which to sort the results.ListAddonsRequest.Builder
ListAddonsRequest.Builder. sortOrder(SortOrder sortOrder)
The optional order in which to sort the results.ListClustersRequest.Builder
ListClustersRequest.Builder. sortOrder(SortOrder sortOrder)
The optional order in which to sort the results.ListNodePoolsRequest.Builder
ListNodePoolsRequest.Builder. sortOrder(SortOrder sortOrder)
The optional order in which to sort the results.ListPodShapesRequest.Builder
ListPodShapesRequest.Builder. sortOrder(SortOrder sortOrder)
The optional order in which to sort the results.ListVirtualNodePoolsRequest.Builder
ListVirtualNodePoolsRequest.Builder. sortOrder(SortOrder sortOrder)
The optional order in which to sort the results.ListVirtualNodesRequest.Builder
ListVirtualNodesRequest.Builder. sortOrder(SortOrder sortOrder)
The optional order in which to sort the results.ListWorkloadMappingsRequest.Builder
ListWorkloadMappingsRequest.Builder. sortOrder(SortOrder sortOrder)
The optional order in which to sort the results.ListWorkRequestsRequest.Builder
ListWorkRequestsRequest.Builder. sortOrder(SortOrder sortOrder)
The optional order in which to sort the results.
-