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.SortByListStreamPoolsRequest.SortBy. create(String key)ListStreamPoolsRequest.SortByListStreamPoolsRequest. getSortBy()The field to sort by.static ListStreamPoolsRequest.SortByListStreamPoolsRequest.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.BuilderListStreamPoolsRequest.Builder. sortBy(ListStreamPoolsRequest.SortBy sortBy)The field to sort by.
-