Uses of Class
com.oracle.bmc.streaming.requests.ListStreamPoolsRequest.SortBy
-
Packages that use ListStreamPoolsRequest.SortBy Package Description com.oracle.bmc.streaming.requests -
-
Uses of ListStreamPoolsRequest.SortBy in com.oracle.bmc.streaming.requests
Methods in com.oracle.bmc.streaming.requests that return ListStreamPoolsRequest.SortBy Modifier and Type Method Description static ListStreamPoolsRequest.SortBy
ListStreamPoolsRequest.SortBy. create(String key)
ListStreamPoolsRequest.SortBy
ListStreamPoolsRequest. getSortBy()
The field to sort by.static ListStreamPoolsRequest.SortBy
ListStreamPoolsRequest.SortBy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListStreamPoolsRequest.SortBy[]
ListStreamPoolsRequest.SortBy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.streaming.requests with parameters of type ListStreamPoolsRequest.SortBy Modifier and Type Method Description ListStreamPoolsRequest.Builder
ListStreamPoolsRequest.Builder. sortBy(ListStreamPoolsRequest.SortBy sortBy)
The field to sort by.
-