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