Uses of Class
com.oracle.bmc.loganalytics.requests.ListRecalledDataRequest.SortOrder
-
Packages that use ListRecalledDataRequest.SortOrder Package Description com.oracle.bmc.loganalytics.requests -
-
Uses of ListRecalledDataRequest.SortOrder in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return ListRecalledDataRequest.SortOrder Modifier and Type Method Description static ListRecalledDataRequest.SortOrder
ListRecalledDataRequest.SortOrder. create(String key)
ListRecalledDataRequest.SortOrder
ListRecalledDataRequest. getSortOrder()
The sort order to use, either ascending (ASC) or descending (DESC).static ListRecalledDataRequest.SortOrder
ListRecalledDataRequest.SortOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListRecalledDataRequest.SortOrder[]
ListRecalledDataRequest.SortOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.loganalytics.requests with parameters of type ListRecalledDataRequest.SortOrder Modifier and Type Method Description ListRecalledDataRequest.Builder
ListRecalledDataRequest.Builder. sortOrder(ListRecalledDataRequest.SortOrder sortOrder)
The sort order to use, either ascending (ASC) or descending (DESC).
-