Uses of Class
com.oracle.bmc.datasafe.requests.ListAlertsRequest.SortOrder
-
Packages that use ListAlertsRequest.SortOrder Package Description com.oracle.bmc.datasafe.requests -
-
Uses of ListAlertsRequest.SortOrder in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ListAlertsRequest.SortOrder Modifier and Type Method Description static ListAlertsRequest.SortOrderListAlertsRequest.SortOrder. create(String key)ListAlertsRequest.SortOrderListAlertsRequest. getSortOrder()The sort order to use, either ascending (ASC) or descending (DESC).static ListAlertsRequest.SortOrderListAlertsRequest.SortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static ListAlertsRequest.SortOrder[]ListAlertsRequest.SortOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.requests with parameters of type ListAlertsRequest.SortOrder Modifier and Type Method Description ListAlertsRequest.BuilderListAlertsRequest.Builder. sortOrder(ListAlertsRequest.SortOrder sortOrder)The sort order to use, either ascending (ASC) or descending (DESC).
-