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