Class GetIssueWorklogOperationSpec.GetIssueWorklogOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetIssueWorklogOperationSpec.GetIssueWorklogOperationSpecBuilder
- Enclosing class:
- GetIssueWorklogOperationSpec
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Use [expand](#expansion) to include additional information about worklogs in the response.issueIdOrKey
(@NotNull String issueIdOrKey) The ID or key of the issue.maxResults
(@Nullable Integer maxResults) The maximum number of items to return per page.The index of the first item to return in a page of results (page offset).startedAfter
(@Nullable Long startedAfter) The worklog start date and time, as a UNIX timestamp in milliseconds, after which worklogs are returned.startedBefore
(@Nullable Long startedBefore) The worklog start date and time, as a UNIX timestamp in milliseconds, before which worklogs are returned.toString()
-
Method Details
-
issueIdOrKey
public GetIssueWorklogOperationSpec.GetIssueWorklogOperationSpecBuilder issueIdOrKey(@NotNull @NotNull String issueIdOrKey) The ID or key of the issue.- Returns:
this
.
-
startAt
public GetIssueWorklogOperationSpec.GetIssueWorklogOperationSpecBuilder startAt(@Nullable @Nullable Long startAt) The index of the first item to return in a page of results (page offset).- Returns:
this
.
-
maxResults
public GetIssueWorklogOperationSpec.GetIssueWorklogOperationSpecBuilder maxResults(@Nullable @Nullable Integer maxResults) The maximum number of items to return per page.- Returns:
this
.
-
startedAfter
public GetIssueWorklogOperationSpec.GetIssueWorklogOperationSpecBuilder startedAfter(@Nullable @Nullable Long startedAfter) The worklog start date and time, as a UNIX timestamp in milliseconds, after which worklogs are returned.- Returns:
this
.
-
startedBefore
public GetIssueWorklogOperationSpec.GetIssueWorklogOperationSpecBuilder startedBefore(@Nullable @Nullable Long startedBefore) The worklog start date and time, as a UNIX timestamp in milliseconds, before which worklogs are returned.- Returns:
this
.
-
expand
public GetIssueWorklogOperationSpec.GetIssueWorklogOperationSpecBuilder expand(@Nullable @Nullable String expand) Use [expand](#expansion) to include additional information about worklogs in the response. This parameter acceptsproperties
, which returns worklog properties.- Returns:
this
.
-
build
-
toString
-