Uses of Class
com.oracle.bmc.streaming.requests.ListStreamsRequest.SortOrder
-
Packages that use ListStreamsRequest.SortOrder Package Description com.oracle.bmc.streaming.requests -
-
Uses of ListStreamsRequest.SortOrder in com.oracle.bmc.streaming.requests
Methods in com.oracle.bmc.streaming.requests that return ListStreamsRequest.SortOrder Modifier and Type Method Description static ListStreamsRequest.SortOrder
ListStreamsRequest.SortOrder. create(String key)
ListStreamsRequest.SortOrder
ListStreamsRequest. getSortOrder()
The sort order to use, either ‘asc’ or ‘desc’.static ListStreamsRequest.SortOrder
ListStreamsRequest.SortOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListStreamsRequest.SortOrder[]
ListStreamsRequest.SortOrder. 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 ListStreamsRequest.SortOrder Modifier and Type Method Description ListStreamsRequest.Builder
ListStreamsRequest.Builder. sortOrder(ListStreamsRequest.SortOrder sortOrder)
The sort order to use, either ‘asc’ or ‘desc’.
-