Klasse NotifyOperationSpec.NotifyOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.NotifyOperationSpec.NotifyOperationSpecBuilder
- Umschließende Klasse:
NotifyOperationSpec
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
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()
-
Methodendetails
-
issueIdOrKey
public NotifyOperationSpec.NotifyOperationSpecBuilder issueIdOrKey(@NotNull @NotNull String issueIdOrKey) ID or key of the issue that the notification is sent for.- Gibt zurück:
this
.
-
notification
public NotifyOperationSpec.NotifyOperationSpecBuilder notification(@NotNull @NotNull Notification notification) The request object for the notification and recipients.- Gibt zurück:
this
.
-
build
-
toString
-