Class NotificationTo.NotificationToBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.NotificationTo.NotificationToBuilder
- Enclosing class:
- NotificationTo
-
Method Summary
Modifier and TypeMethodDescriptionWhether the notification should be sent to the issue's assignees.build()
List of groupIds to receive the notification.List of groups to receive the notification.Whether the notification should be sent to the issue's reporter.toString()
users
(List<UserDetails> users) List of users to receive the notification.Whether the notification should be sent to the issue's voters.Whether the notification should be sent to the issue's watchers.
-
Method Details
-
assignee
Whether the notification should be sent to the issue's assignees.- Returns:
this
.
-
groupIds
List of groupIds to receive the notification.- Returns:
this
.
-
groups
List of groups to receive the notification.- Returns:
this
.
-
reporter
Whether the notification should be sent to the issue's reporter.- Returns:
this
.
-
users
List of users to receive the notification.- Returns:
this
.
-
voters
Whether the notification should be sent to the issue's voters.- Returns:
this
.
-
watchers
Whether the notification should be sent to the issue's watchers.- Returns:
this
.
-
build
-
toString
-