public class

NotificationSchemeEventBean

extends Object
java.lang.Object
   ↳ com.atlassian.jira.rest.api.notification.NotificationSchemeEventBean

Class Overview

REST representation of EventNotifications.

Summary

Public Constructors
NotificationSchemeEventBean(NotificationEventBean event, Iterable<AbstractNotificationBean> notifications)
Public Methods
NotificationEventBean getEvent()
List<AbstractNotificationBean> getNotifications()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public NotificationSchemeEventBean (NotificationEventBean event, Iterable<AbstractNotificationBean> notifications)

Public Methods

public NotificationEventBean getEvent ()

public List<AbstractNotificationBean> getNotifications ()