Uses of Class
com.oracle.bmc.dataflow.requests.ListStatementsRequest.SortBy
-
Packages that use ListStatementsRequest.SortBy Package Description com.oracle.bmc.dataflow.requests -
-
Uses of ListStatementsRequest.SortBy in com.oracle.bmc.dataflow.requests
Methods in com.oracle.bmc.dataflow.requests that return ListStatementsRequest.SortBy Modifier and Type Method Description static ListStatementsRequest.SortBy
ListStatementsRequest.SortBy. create(String key)
ListStatementsRequest.SortBy
ListStatementsRequest. getSortBy()
The field used to sort the results.static ListStatementsRequest.SortBy
ListStatementsRequest.SortBy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListStatementsRequest.SortBy[]
ListStatementsRequest.SortBy. 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.SortBy Modifier and Type Method Description ListStatementsRequest.Builder
ListStatementsRequest.Builder. sortBy(ListStatementsRequest.SortBy sortBy)
The field used to sort the results.
-