Class RemoveNotificationFromNotificationSchemeOperationSpec.RemoveNotificationFromNotificationSchemeOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.RemoveNotificationFromNotificationSchemeOperationSpec.RemoveNotificationFromNotificationSchemeOperationSpecBuilder
- Enclosing class:
- RemoveNotificationFromNotificationSchemeOperationSpec
public static class RemoveNotificationFromNotificationSchemeOperationSpec.RemoveNotificationFromNotificationSchemeOperationSpecBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
notificationId
(@NotNull String notificationId) The ID of the notification.notificationSchemeId
(@NotNull String notificationSchemeId) The ID of the notification scheme.toString()
-
Method Details
-
notificationSchemeId
public RemoveNotificationFromNotificationSchemeOperationSpec.RemoveNotificationFromNotificationSchemeOperationSpecBuilder notificationSchemeId(@NotNull @NotNull String notificationSchemeId) The ID of the notification scheme.- Returns:
this
.
-
notificationId
public RemoveNotificationFromNotificationSchemeOperationSpec.RemoveNotificationFromNotificationSchemeOperationSpecBuilder notificationId(@NotNull @NotNull String notificationId) The ID of the notification.- Returns:
this
.
-
build
-
toString
-