Class SetIssuePropertyOperationSpec.SetIssuePropertyOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.SetIssuePropertyOperationSpec.SetIssuePropertyOperationSpecBuilder
- Enclosing class:
- SetIssuePropertyOperationSpec
public static class SetIssuePropertyOperationSpec.SetIssuePropertyOperationSpecBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
issueIdOrKey
(@NotNull String issueIdOrKey) The ID or key of the issue.propertyKey
(@NotNull String propertyKey) The key of the issue property.toString()
-
Method Details
-
issueIdOrKey
public SetIssuePropertyOperationSpec.SetIssuePropertyOperationSpecBuilder issueIdOrKey(@NotNull @NotNull String issueIdOrKey) The ID or key of the issue.- Returns:
this
.
-
propertyKey
public SetIssuePropertyOperationSpec.SetIssuePropertyOperationSpecBuilder propertyKey(@NotNull @NotNull String propertyKey) The key of the issue property. The maximum length is 255 characters.- Returns:
this
.
-
body
public SetIssuePropertyOperationSpec.SetIssuePropertyOperationSpecBuilder body(@NotNull @NotNull Object body) - Returns:
this
.
-
build
-
toString
-