Uses of Class
com.oracle.bmc.dataflow.requests.ListStatementsRequest.SortOrder
-
Packages that use ListStatementsRequest.SortOrder Package Description com.oracle.bmc.dataflow.requests -
-
Uses of ListStatementsRequest.SortOrder in com.oracle.bmc.dataflow.requests
Methods in com.oracle.bmc.dataflow.requests that return ListStatementsRequest.SortOrder Modifier and Type Method Description static ListStatementsRequest.SortOrder
ListStatementsRequest.SortOrder. create(String key)
ListStatementsRequest.SortOrder
ListStatementsRequest. getSortOrder()
The ordering of results in ascending or descending order.static ListStatementsRequest.SortOrder
ListStatementsRequest.SortOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListStatementsRequest.SortOrder[]
ListStatementsRequest.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 ListStatementsRequest.SortOrder Modifier and Type Method Description ListStatementsRequest.Builder
ListStatementsRequest.Builder. sortOrder(ListStatementsRequest.SortOrder sortOrder)
The ordering of results in ascending or descending order.
-