Klasse SetIssuePropertyOperationSpec.SetIssuePropertyOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.SetIssuePropertyOperationSpec.SetIssuePropertyOperationSpecBuilder
- Umschließende Klasse:
SetIssuePropertyOperationSpec
public static class SetIssuePropertyOperationSpec.SetIssuePropertyOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
issueIdOrKey
(@NotNull String issueIdOrKey) The ID or key of the issue.propertyKey
(@NotNull String propertyKey) The key of the issue property.toString()
-
Methodendetails
-
issueIdOrKey
public SetIssuePropertyOperationSpec.SetIssuePropertyOperationSpecBuilder issueIdOrKey(@NotNull @NotNull String issueIdOrKey) The ID or key of the issue.- Gibt zurück:
this
.
-
propertyKey
public SetIssuePropertyOperationSpec.SetIssuePropertyOperationSpecBuilder propertyKey(@NotNull @NotNull String propertyKey) The key of the issue property. The maximum length is 255 characters.- Gibt zurück:
this
.
-
body
public SetIssuePropertyOperationSpec.SetIssuePropertyOperationSpecBuilder body(@NotNull @NotNull Object body) - Gibt zurück:
this
.
-
build
-
toString
-