Class GetWorklogOperationSpec.GetWorklogOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetWorklogOperationSpec.GetWorklogOperationSpecBuilder
- Enclosing class:
- GetWorklogOperationSpec
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Use [expand](#expansion) to include additional information about work logs in the response.The ID of the worklog.issueIdOrKey
(@NotNull String issueIdOrKey) The ID or key of the issue.toString()
-
Method Details
-
issueIdOrKey
public GetWorklogOperationSpec.GetWorklogOperationSpecBuilder issueIdOrKey(@NotNull @NotNull String issueIdOrKey) The ID or key of the issue.- Returns:
this
.
-
id
The ID of the worklog.- Returns:
this
.
-
expand
public GetWorklogOperationSpec.GetWorklogOperationSpecBuilder expand(@Nullable @Nullable String expand) Use [expand](#expansion) to include additional information about work logs in the response. This parameter acceptsproperties
, which returns worklog properties.- Returns:
this
.
-
build
-
toString
-