Uses of Class
com.oracle.bmc.dataflow.requests.ListPoolsRequest.SortOrder
-
Packages that use ListPoolsRequest.SortOrder Package Description com.oracle.bmc.dataflow.requests -
-
Uses of ListPoolsRequest.SortOrder in com.oracle.bmc.dataflow.requests
Methods in com.oracle.bmc.dataflow.requests that return ListPoolsRequest.SortOrder Modifier and Type Method Description static ListPoolsRequest.SortOrder
ListPoolsRequest.SortOrder. create(String key)
ListPoolsRequest.SortOrder
ListPoolsRequest. getSortOrder()
The ordering of results in ascending or descending order.static ListPoolsRequest.SortOrder
ListPoolsRequest.SortOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListPoolsRequest.SortOrder[]
ListPoolsRequest.SortOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dataflow.requests with parameters of type ListPoolsRequest.SortOrder Modifier and Type Method Description ListPoolsRequest.Builder
ListPoolsRequest.Builder. sortOrder(ListPoolsRequest.SortOrder sortOrder)
The ordering of results in ascending or descending order.
-