public class

ProjectRoleNotificationBean

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

Class Overview

REST representation of ProjectRoleNotification. Holds information about notification to the selected group.

Summary

Public Constructors
ProjectRoleNotificationBean(Long id, NotificationType notificationType, String parameter, ProjectRoleBean projectRole)
Public Methods
String getAvailableExpand()
ProjectRoleBean getProjectRole()
[Expand]
Inherited Methods
From class com.atlassian.jira.rest.api.notification.AbstractNotificationBean
From class java.lang.Object

Public Constructors

public ProjectRoleNotificationBean (Long id, NotificationType notificationType, String parameter, ProjectRoleBean projectRole)

Public Methods

public String getAvailableExpand ()

public ProjectRoleBean getProjectRole ()