public class TaskNotificationList extends Object implements ItemList<TaskNotification>
| Constructor and Description |
|---|
TaskNotificationList() |
TaskNotificationList(List<TaskNotification> taskNotifications) |
TaskNotificationList(TaskNotification[] taskNotifications) |
| Modifier and Type | Method and Description |
|---|---|
List<TaskNotification> |
getItems() |
TaskNotification[] |
getTaskNotifications() |
void |
setTaskNotifications(TaskNotification[] taskNotifications) |
public TaskNotificationList()
public TaskNotificationList(TaskNotification[] taskNotifications)
public TaskNotificationList(List<TaskNotification> taskNotifications)
public TaskNotification[] getTaskNotifications()
public void setTaskNotifications(TaskNotification[] taskNotifications)
public List<TaskNotification> getItems()
getItems in interface ItemList<TaskNotification>Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.