| Package | Description |
|---|---|
| org.streampipes.model.client.messages |
| Modifier and Type | Method and Description |
|---|---|
static NotificationType |
NotificationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationType[] |
NotificationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Notification |
Notifications.create(NotificationType type) |
static Notification |
Notifications.create(NotificationType type,
String info) |
static NotificationLd |
Notifications.createLd(NotificationType type,
String info) |
static ErrorMessage |
Notifications.error(NotificationType type) |
static ErrorMessage |
Notifications.error(NotificationType type,
String info) |
static ErrorMessageLd |
Notifications.errorLd(NotificationType type) |
static ErrorMessageLd |
Notifications.errorLd(NotificationType type,
String info) |
static SuccessMessage |
Notifications.success(NotificationType type) |
static SuccessMessage |
Notifications.success(NotificationType type,
String info) |
static SuccessMessageLd |
Notifications.successLd(NotificationType type) |
static SuccessMessageLd |
Notifications.successLd(NotificationType type,
String info) |
Copyright © 2019. All rights reserved.