Class NotifyOperationSpec.NotifyOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.NotifyOperationSpec.NotifyOperationSpecBuilder
- Enclosing class:
- NotifyOperationSpec
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
issueIdOrKey
(@NotNull String issueIdOrKey) ID or key of the issue that the notification is sent for.notification
(@NotNull Notification notification) The request object for the notification and recipients.toString()
-
Method Details
-
issueIdOrKey
public NotifyOperationSpec.NotifyOperationSpecBuilder issueIdOrKey(@NotNull @NotNull String issueIdOrKey) ID or key of the issue that the notification is sent for.- Returns:
this
.
-
notification
public NotifyOperationSpec.NotifyOperationSpecBuilder notification(@NotNull @NotNull Notification notification) The request object for the notification and recipients.- Returns:
this
.
-
build
-
toString
-