Uses of Enum Class
org.graylog2.notifications.Notification.Severity
Packages that use Notification.Severity
-
Uses of Notification.Severity in org.graylog2.notifications
Methods in org.graylog2.notifications that return Notification.SeverityModifier and TypeMethodDescriptionNotification.getSeverity()NotificationImpl.getSeverity()static Notification.SeverityReturns the enum constant of this class with the specified name.static Notification.Severity[]Notification.Severity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.graylog2.notifications with parameters of type Notification.SeverityModifier and TypeMethodDescriptionNotification.addSeverity(Notification.Severity severity) NotificationImpl.addSeverity(Notification.Severity severity)