Class UpdateNotificationSchemeOperationSpec.UpdateNotificationSchemeOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.UpdateNotificationSchemeOperationSpec.UpdateNotificationSchemeOperationSpecBuilder
- Enclosing class:
- UpdateNotificationSchemeOperationSpec
public static class UpdateNotificationSchemeOperationSpec.UpdateNotificationSchemeOperationSpecBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
The ID of the notification scheme.toString()
updateNotificationSchemeDetails
(@NotNull UpdateNotificationSchemeDetails updateNotificationSchemeDetails)
-
Method Details
-
id
public UpdateNotificationSchemeOperationSpec.UpdateNotificationSchemeOperationSpecBuilder id(@NotNull @NotNull String id) The ID of the notification scheme.- Returns:
this
.
-
updateNotificationSchemeDetails
public UpdateNotificationSchemeOperationSpec.UpdateNotificationSchemeOperationSpecBuilder updateNotificationSchemeDetails(@NotNull @NotNull UpdateNotificationSchemeDetails updateNotificationSchemeDetails) - Returns:
this
.
-
build
-
toString
-