Klasse SetWorklogPropertyOperationSpec.SetWorklogPropertyOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.SetWorklogPropertyOperationSpec.SetWorklogPropertyOperationSpecBuilder
- Umschließende Klasse:
SetWorklogPropertyOperationSpec
public static class SetWorklogPropertyOperationSpec.SetWorklogPropertyOperationSpecBuilder
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()
The ID of the worklog.
-
Methodendetails
-
issueIdOrKey
public SetWorklogPropertyOperationSpec.SetWorklogPropertyOperationSpecBuilder issueIdOrKey(@NotNull @NotNull String issueIdOrKey) The ID or key of the issue.- Gibt zurück:
this
.
-
worklogId
public SetWorklogPropertyOperationSpec.SetWorklogPropertyOperationSpecBuilder worklogId(@NotNull @NotNull String worklogId) The ID of the worklog.- Gibt zurück:
this
.
-
propertyKey
public SetWorklogPropertyOperationSpec.SetWorklogPropertyOperationSpecBuilder propertyKey(@NotNull @NotNull String propertyKey) The key of the issue property. The maximum length is 255 characters.- Gibt zurück:
this
.
-
body
public SetWorklogPropertyOperationSpec.SetWorklogPropertyOperationSpecBuilder body(@NotNull @NotNull Object body) - Gibt zurück:
this
.
-
build
-
toString
-