Class GetWorklogPropertyKeysOperationSpec.GetWorklogPropertyKeysOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetWorklogPropertyKeysOperationSpec.GetWorklogPropertyKeysOperationSpecBuilder
- Enclosing class:
- GetWorklogPropertyKeysOperationSpec
public static class GetWorklogPropertyKeysOperationSpec.GetWorklogPropertyKeysOperationSpecBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
issueIdOrKey
(@NotNull String issueIdOrKey) The ID or key of the issue.toString()
The ID of the worklog.
-
Method Details
-
issueIdOrKey
public GetWorklogPropertyKeysOperationSpec.GetWorklogPropertyKeysOperationSpecBuilder issueIdOrKey(@NotNull @NotNull String issueIdOrKey) The ID or key of the issue.- Returns:
this
.
-
worklogId
public GetWorklogPropertyKeysOperationSpec.GetWorklogPropertyKeysOperationSpecBuilder worklogId(@NotNull @NotNull String worklogId) The ID of the worklog.- Returns:
this
.
-
build
-
toString
-