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