| Modifier and Type | Method and Description |
|---|---|
static Notification.Level |
Notification.Level.fromValue(String value) |
Notification.Level |
Notification.getLevel()
A value specifying the severity level of the notification.
|
static Notification.Level |
Notification.Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Notification.Level[] |
Notification.Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Notification.setLevel(Notification.Level level)
A value specifying the severity level of the notification.
|
Notification |
Notification.withLevel(Notification.Level level) |
Copyright © 2020 Contrast Security. All rights reserved.