public class

GroupNotificationBean

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

Class Overview

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

Summary

Public Constructors
GroupNotificationBean(Long id, NotificationType notificationType, String parameter, GroupJsonBean group)
Public Methods
String getAvailableExpand()
GroupJsonBean getGroup()
[Expand]
Inherited Methods
From class com.atlassian.jira.rest.api.notification.AbstractNotificationBean
From class java.lang.Object

Public Constructors

public GroupNotificationBean (Long id, NotificationType notificationType, String parameter, GroupJsonBean group)

Public Methods

public String getAvailableExpand ()

public GroupJsonBean getGroup ()