public class

EmailNotificationBean

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

Class Overview

REST representation of EmailNotification. Holds information about notification to the configured email address.

Summary

Public Constructors
EmailNotificationBean(Long id, NotificationType notificationType, String emailAddress)
Public Methods
String getEmailAddress()
[Expand]
Inherited Methods
From class com.atlassian.jira.rest.api.notification.AbstractNotificationBean
From class java.lang.Object

Public Constructors

public EmailNotificationBean (Long id, NotificationType notificationType, String emailAddress)

Public Methods

public String getEmailAddress ()