public class

CustomFieldValueNotificationBean

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

Class Overview

REST representation of CustomFieldValueNotification. Holds information about notifications to users or groups which are specified in the value of a custom field.

Summary

Public Constructors
CustomFieldValueNotificationBean(Long id, NotificationType notificationType, String parameter, FieldBean field)
Public Methods
String getAvailableExpand()
FieldBean getField()
[Expand]
Inherited Methods
From class com.atlassian.jira.rest.api.notification.AbstractNotificationBean
From class java.lang.Object

Public Constructors

public CustomFieldValueNotificationBean (Long id, NotificationType notificationType, String parameter, FieldBean field)

Public Methods

public String getAvailableExpand ()

public FieldBean getField ()