Interface NotificationSet

All Superinterfaces:
BambooIdProvider, BambooObject
All Known Implementing Classes:
NotificationSetImpl

public interface NotificationSet extends BambooObject
  • Method Details

    • getNotificationSetType

      NotificationSet.NotificationSetType getNotificationSetType()
      The type of this notification set eg system or plan.
      Returns:
      Type of notification set
    • getNotificationRules

      @NotNull @NotNull Set<NotificationRule> getNotificationRules()
    • getSortedNotificationRules

      List<NotificationRule> getSortedNotificationRules()
    • addNotification

      void addNotification(NotificationRule notificationRule)
    • getNotificationRuleById

      NotificationRule getNotificationRuleById(long id)
    • removeNotificationRule

      void removeNotificationRule(long id)