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.requestsMethods in com.oracle.bmc.streaming.requests that return ListStreamsRequest.SortOrder Modifier and Type Method Description static ListStreamsRequest.SortOrderListStreamsRequest.SortOrder. create(String key)ListStreamsRequest.SortOrderListStreamsRequest. getSortOrder()The sort order to use, either ‘asc’ or ‘desc’.static ListStreamsRequest.SortOrderListStreamsRequest.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.BuilderListStreamsRequest.Builder. sortOrder(ListStreamsRequest.SortOrder sortOrder)The sort order to use, either ‘asc’ or ‘desc’.
 
-