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