public class

NotificationSchemeBean

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

Summary

Public Constructors
NotificationSchemeBean(Long id, String self, String name, String description, Iterable<NotificationSchemeEventBean> notificationSchemeEvents)
Public Methods
String getDescription()
String getExpand()
Long getId()
String getName()
Iterable<NotificationSchemeEventBean> getNotificationSchemeEvents()
String getSelf()
NotificationSchemeBean input()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public NotificationSchemeBean (Long id, String self, String name, String description, Iterable<NotificationSchemeEventBean> notificationSchemeEvents)

Public Methods

public String getDescription ()

public String getExpand ()

public Long getId ()

public String getName ()

public Iterable<NotificationSchemeEventBean> getNotificationSchemeEvents ()

public String getSelf ()

public NotificationSchemeBean input ()