Class AbstractNotificationBean

java.lang.Object
com.atlassian.jira.rest.api.notification.AbstractNotificationBean
Direct Known Subclasses:
CustomFieldValueNotificationBean, EmailNotificationBean, GroupNotificationBean, ProjectRoleNotificationBean, RoleNotificationBean, UserNotificationBean

public abstract class AbstractNotificationBean extends Object
REST representation of Notification.
Since:
v7.0
  • Constructor Details

    • AbstractNotificationBean

      protected AbstractNotificationBean(Long id, NotificationType notificationType, @Nullable String parameter)
  • Method Details

    • input

      public AbstractNotificationBean input()
    • getExpand

      public final String getExpand()
    • getAvailableExpand

      protected String getAvailableExpand()
    • getId

      public Long getId()
    • getNotificationType

      public String getNotificationType()
    • getParameter

      public String getParameter()