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