Uses of Class
io.guise.framework.model.Notification.Severity
-
Packages that use Notification.Severity Package Description io.guise.framework.model -
-
Uses of Notification.Severity in io.guise.framework.model
Methods in io.guise.framework.model that return Notification.Severity Modifier and Type Method Description Notification.Severity
Notification. getSeverity()
static Notification.Severity
Notification.Severity. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Notification.Severity[]
Notification.Severity. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.guise.framework.model with parameters of type Notification.Severity Constructor Description Notification(java.lang.String message, com.globalmentor.net.ContentType messageContentType, Notification.Severity severity, Notification.Option... options)
Message, message content type, and severity constructor with no associated error.Notification(java.lang.String message, com.globalmentor.net.ContentType messageContentType, Notification.Severity severity, java.lang.Throwable error, Notification.Option... options)
Message, message content type, severity, error, and options constructor.Notification(java.lang.String message, Notification.Severity severity, Notification.Option... options)
Message and severity constructor with no error and atext/plain
content type.Notification(java.lang.String message, Notification.Severity severity, java.lang.Throwable error, Notification.Option... options)
Message, severity, and error constructor with atext/plain
content type.
-