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
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
The HTML body of the email notification for the issue.protected NotificationRecipientsRestrictions
protected String
The subject of the email notification for the issue.protected String
The plain text body of the email notification for the issue.protected NotificationRecipients
-
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Notification
(String htmlBody, NotificationRecipientsRestrictions restrict, String subject, String textBody, NotificationRecipients to) Constructs a validated instance ofNotification
.Notification
(Consumer<Notification> spec) Constructs a validated instance ofNotification
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
htmlBody()
The HTML body of the email notification for the issue.The HTML body of the email notification for the issue.restrict()
restrict
(NotificationRecipientsRestrictions restrict) subject()
The subject of the email notification for the issue.The subject of the email notification for the issue.textBody()
The plain text body of the email notification for the issue.The plain text body of the email notification for the issue.to()
toString()
-
Felddetails
-
htmlBody
The HTML body of the email notification for the issue. -
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
-
-
Konstruktordetails
-
Notification
Constructs a validated instance ofNotification
.- Parameter:
spec
- the specification to process
-
Notification
@Internal public Notification(String htmlBody, NotificationRecipientsRestrictions restrict, String subject, String textBody, NotificationRecipients to) Constructs a validated instance ofNotification
.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
- restrictsubject
- 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
-
htmlBody
The HTML body of the email notification for the issue. -
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
-
htmlBody
The HTML body of the email notification for the issue.- Gibt zurück:
this
.
-
restrict
- Gibt zurück:
this
.
-
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
The plain text body of the email notification for the issue.- Gibt zurück:
this
.
-
to
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-