Uses of Class
com.oracle.bmc.datasafe.requests.ListAlertsRequest.SortBy
-
Packages that use ListAlertsRequest.SortBy Package Description com.oracle.bmc.datasafe.requests -
-
Uses of ListAlertsRequest.SortBy in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ListAlertsRequest.SortBy Modifier and Type Method Description static ListAlertsRequest.SortByListAlertsRequest.SortBy. create(String key)ListAlertsRequest.SortByListAlertsRequest. getSortBy()The field to sort by.static ListAlertsRequest.SortByListAlertsRequest.SortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static ListAlertsRequest.SortBy[]ListAlertsRequest.SortBy. 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.SortBy Modifier and Type Method Description ListAlertsRequest.BuilderListAlertsRequest.Builder. sortBy(ListAlertsRequest.SortBy sortBy)The field to sort by.
-