Class GetWorklogPropertyOperationSpec.GetWorklogPropertyOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetWorklogPropertyOperationSpec.GetWorklogPropertyOperationSpecBuilder
- Enclosing class:
- GetWorklogPropertyOperationSpec
public static class GetWorklogPropertyOperationSpec.GetWorklogPropertyOperationSpecBuilder
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 property.toString()
The ID of the worklog.
-
Method Details
-
issueIdOrKey
public GetWorklogPropertyOperationSpec.GetWorklogPropertyOperationSpecBuilder issueIdOrKey(@NotNull @NotNull String issueIdOrKey) The ID or key of the issue.- Returns:
this
.
-
worklogId
public GetWorklogPropertyOperationSpec.GetWorklogPropertyOperationSpecBuilder worklogId(@NotNull @NotNull String worklogId) The ID of the worklog.- Returns:
this
.
-
propertyKey
public GetWorklogPropertyOperationSpec.GetWorklogPropertyOperationSpecBuilder propertyKey(@NotNull @NotNull String propertyKey) The key of the property.- Returns:
this
.
-
build
-
toString
-