Klasse Notification.NotificationBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.Notification.NotificationBuilder
- Umschließende Klasse:
Notification
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
The HTML body of the email notification for the issue.restrict
(NotificationRecipientsRestrictions restrict) The subject of the email notification for the issue.The plain text body of the email notification for the issue.toString()
-
Methodendetails
-
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
.
-
build
-
toString
-