Class Notification

java.lang.Object
io.github.primelib.jira4j.restv3.model.Notification

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class Notification extends Object
Notification
  • Field Details

    • htmlBody

      protected String htmlBody
      The HTML body of the email notification for the issue.
    • restrict

    • subject

      protected String subject
      The subject of the email notification for the issue. If this is not specified, then the subject is set to the issue key and summary.
    • textBody

      protected String textBody
      The plain text body of the email notification for the issue.
    • to

      protected NotificationRecipients to
  • Constructor Details

    • Notification

      public Notification(Consumer<Notification> spec)
      Constructs a validated instance of Notification.
      Parameters:
      spec - the specification to process
    • Notification

      @Internal public Notification(String htmlBody, NotificationRecipientsRestrictions restrict, String subject, String textBody, NotificationRecipients to)
      Constructs a validated instance of Notification.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using Notification(Consumer) instead.

      Parameters:
      htmlBody - The HTML body of the email notification for the issue.
      restrict - restrict
      subject - The subject of the email notification for the issue. If this is not specified, then the subject is set to the issue key and summary.
      textBody - The plain text body of the email notification for the issue.
      to - to
    • Notification

      protected Notification()
  • Method Details