AlertUpdater¶
-
public enum
AlertUpdater¶ An enum that represents an update action on alert. Each enum value corresponds to an alert field that will be updated using the
update(Alert,Object)method.
Enum Constants¶
DATA_UPDATER¶
-
public static final AlertUpdater
DATA_UPDATER¶ Updates the data of the alert, by putting all the new data in the map.
DESCRIPTION_UPDATER¶
-
public static final AlertUpdater
DESCRIPTION_UPDATER¶ Updates the description of the alert.
NAME_UPDATER¶
-
public static final AlertUpdater
NAME_UPDATER¶ Updates the name of the alert.
PRIORITY_UPDATER¶
-
public static final AlertUpdater
PRIORITY_UPDATER¶ Updates the priority of the alert.
STATUS_UPDATER¶
-
public static final AlertUpdater
STATUS_UPDATER¶ Updates the status of the alert.