public class Notification extends Object
| Constructor and Description |
|---|
Notification(List<String> messages) |
Notification(String message) |
Notification(String caption,
String message) |
Notification(String caption,
String message,
String author) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor() |
String |
getCaption() |
String |
getMessage() |
List<String> |
getMessages() |
void |
setAuthor(String author) |
void |
setCaption(String caption) |
void |
setMessage(String message) |
public Notification(String message)
Copyright © 2017 SAP SE. All Rights Reserved.