| Package | Description |
|---|---|
| org.streampipes.model.client.messages |
| Modifier and Type | Method and Description |
|---|---|
static NotificationLd |
Notifications.createLd(NotificationType type,
String info) |
| Modifier and Type | Method and Description |
|---|---|
List<NotificationLd> |
MessageLd.getNotifications() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MessageLd.addNotification(NotificationLd notification) |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageLd.setNotifications(List<NotificationLd> notifications) |
| Constructor and Description |
|---|
ErrorMessageLd(NotificationLd... notifications) |
MessageLd(boolean success,
NotificationLd... notifications) |
NotificationLd(NotificationLd other) |
SuccessMessageLd(NotificationLd... notifications) |
| Constructor and Description |
|---|
ErrorMessageLd(List<NotificationLd> notifications) |
ErrorMessageLd(String elementName,
List<NotificationLd> notifications) |
MessageLd(boolean success,
List<NotificationLd> notifications) |
MessageLd(boolean success,
List<NotificationLd> notifications,
String elementName) |
SuccessMessageLd(List<NotificationLd> notifications) |
SuccessMessageLd(String elementName,
List<NotificationLd> notifications) |
Copyright © 2019. All rights reserved.