Uses of Class
com.oracle.bmc.logging.requests.ListLogSavedSearchesRequest.SortOrder
-
Packages that use ListLogSavedSearchesRequest.SortOrder Package Description com.oracle.bmc.logging.requests -
-
Uses of ListLogSavedSearchesRequest.SortOrder in com.oracle.bmc.logging.requests
Methods in com.oracle.bmc.logging.requests that return ListLogSavedSearchesRequest.SortOrder Modifier and Type Method Description static ListLogSavedSearchesRequest.SortOrderListLogSavedSearchesRequest.SortOrder. create(String key)ListLogSavedSearchesRequest.SortOrderListLogSavedSearchesRequest. getSortOrder()The sort order to use, whether ‘asc’ or ‘desc’.static ListLogSavedSearchesRequest.SortOrderListLogSavedSearchesRequest.SortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static ListLogSavedSearchesRequest.SortOrder[]ListLogSavedSearchesRequest.SortOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.logging.requests with parameters of type ListLogSavedSearchesRequest.SortOrder Modifier and Type Method Description ListLogSavedSearchesRequest.BuilderListLogSavedSearchesRequest.Builder. sortOrder(ListLogSavedSearchesRequest.SortOrder sortOrder)The sort order to use, whether ‘asc’ or ‘desc’.
-