Class UserNotificationBean
java.lang.Object
com.atlassian.jira.rest.api.notification.AbstractNotificationBean
com.atlassian.jira.rest.api.notification.UserNotificationBean
REST representation of
UserNotification
. Holds information about
notification to the configured user.- Since:
- 7.0
-
Constructor Summary
ConstructorsConstructorDescriptionUserNotificationBean
(Long id, NotificationType notificationType, String parameter, UserJsonBean user) -
Method Summary
Methods inherited from class com.atlassian.jira.rest.api.notification.AbstractNotificationBean
getExpand, getId, getNotificationType, getParameter, input
-
Constructor Details
-
UserNotificationBean
public UserNotificationBean(Long id, NotificationType notificationType, String parameter, UserJsonBean user)
-
-
Method Details
-
getUser
-
getAvailableExpand
- Overrides:
getAvailableExpand
in classAbstractNotificationBean
-