- All Superinterfaces:
Comparable<NotificationSeverity>,Serializable
Notification severity level.
- Since:
- 5.7
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NotificationSeverityAn information severity level.static final NotificationSeverityA special severity level used in configuration to turn off all notifications.static final NotificationSeverityA warning severity level. -
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
-
Field Details
-
INFORMATION
An information severity level. -
WARNING
A warning severity level. -
OFF
A special severity level used in configuration to turn off all notifications.- Since:
- 5.22.0
- See Also:
-