Class SearchOperationSpec.SearchOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.SearchOperationSpec.SearchOperationSpecBuilder
- Enclosing class:
- SearchOperationSpec
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Use [expand](#expansion) to include additional information in the response.maxResults(@Nullable Integer maxResults) The maximum number of items to return per page.The project the status is part of or null for global statuses.searchString(@Nullable String searchString) Term to match status names against or null to search for all statuses in the search scope.The index of the first item to return in a page of results (page offset).statusCategory(@Nullable String statusCategory) Category of the status to filter by.toString()
-
Method Details
-
expand
Use [expand](#expansion) to include additional information in the response. This parameter accepts a comma-separated list. Expand options include: *usagesReturns the project and issue types that use the status in their workflow. *workflowUsagesReturns the workflows that use the status.- Returns:
this.
-
projectId
public SearchOperationSpec.SearchOperationSpecBuilder projectId(@Nullable @Nullable String projectId) The project the status is part of or null for global statuses.- Returns:
this.
-
startAt
The index of the first item to return in a page of results (page offset).- Returns:
this.
-
maxResults
public SearchOperationSpec.SearchOperationSpecBuilder maxResults(@Nullable @Nullable Integer maxResults) The maximum number of items to return per page.- Returns:
this.
-
searchString
public SearchOperationSpec.SearchOperationSpecBuilder searchString(@Nullable @Nullable String searchString) Term to match status names against or null to search for all statuses in the search scope.- Returns:
this.
-
statusCategory
public SearchOperationSpec.SearchOperationSpecBuilder statusCategory(@Nullable @Nullable String statusCategory) Category of the status to filter by. The supported values are:TODO,IN_PROGRESS, andDONE.- Returns:
this.
-
build
-
toString
-