| Modifier and Type | Method and Description |
|---|---|
NotificationEntry |
NotificationResponse.findNotificationEntryById(String notificationId)
Returns the
NotificationEntry with the specified id, or null if
not present. |
protected NotificationEntry |
NotificationAction.getTarget() |
| Modifier and Type | Method and Description |
|---|---|
List<NotificationEntry> |
NotificationCategory.getEntries() |
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationCategory.addEntries(List<NotificationEntry> newEntries) |
void |
NotificationCategory.setEntries(List<NotificationEntry> entries) |
| Constructor and Description |
|---|
NotificationCategory(String title,
List<NotificationEntry> entries)
Constructor.
|
Copyright © 2014 Jasig. All Rights Reserved.