Class Notification.NotificationBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.Notification.NotificationBuilder
- Enclosing class:
- Notification
-
Method Summary
Modifier and TypeMethodDescriptionbuild()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()
-
Method Details
-
htmlBody
The HTML body of the email notification for the issue.- Returns:
this.
-
restrict
- Returns:
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.- Returns:
this.
-
textBody
The plain text body of the email notification for the issue.- Returns:
this.
-
to
- Returns:
this.
-
build
-
toString
-