public class

NotificationEventBean

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

Class Overview

Information about the event. This might be either system event or an event configured by JIRA administrator. Only events configured by JIRA administrators have template.

Summary

Public Constructors
NotificationEventBean(Long id, String name, String description, NotificationEventBean templateEvent)
Public Methods
String getDescription()
Long getId()
String getName()
NotificationEventBean getTemplateEvent()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public NotificationEventBean (Long id, String name, String description, NotificationEventBean templateEvent)

Public Methods

public String getDescription ()

public Long getId ()

public String getName ()

public NotificationEventBean getTemplateEvent ()