public class

UserNotificationBean

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

Class Overview

REST representation of UserNotification. Holds information about notification to the configured user.

Summary

Public Constructors
UserNotificationBean(Long id, NotificationType notificationType, String parameter, UserJsonBean user)
Public Methods
String getAvailableExpand()
UserJsonBean getUser()
[Expand]
Inherited Methods
From class com.atlassian.jira.rest.api.notification.AbstractNotificationBean
From class java.lang.Object

Public Constructors

public UserNotificationBean (Long id, NotificationType notificationType, String parameter, UserJsonBean user)

Public Methods

public String getAvailableExpand ()

public UserJsonBean getUser ()