Klasse Notification

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

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

    • 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
  • Konstruktordetails

    • Notification

      public Notification(Consumer<Notification> spec)
      Constructs a validated instance of Notification.
      Parameter:
      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.

      Parameter:
      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()
  • Methodendetails

    • builder

      public static Notification.NotificationBuilder builder()
    • htmlBody

      public String htmlBody()
      The HTML body of the email notification for the issue.
    • restrict

    • subject

      public 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

      public String textBody()
      The plain text body of the email notification for the issue.
    • to

    • htmlBody

      public Notification htmlBody(String htmlBody)
      The HTML body of the email notification for the issue.
      Gibt zurück:
      this.
    • restrict

      Gibt zurück:
      this.
    • subject

      public Notification subject(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.
      Gibt zurück:
      this.
    • textBody

      public Notification textBody(String textBody)
      The plain text body of the email notification for the issue.
      Gibt zurück:
      this.
    • to

      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object