Klasse SearchOperationSpec.SearchOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.SearchOperationSpec.SearchOperationSpecBuilder
- Umschließende Klasse:
SearchOperationSpec
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()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()
-
Methodendetails
-
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.- Gibt zurück:
this.
-
projectId
public SearchOperationSpec.SearchOperationSpecBuilder projectId(@Nullable @Nullable String projectId) The project the status is part of or null for global statuses.- Gibt zurück:
this.
-
startAt
The index of the first item to return in a page of results (page offset).- Gibt zurück:
this.
-
maxResults
public SearchOperationSpec.SearchOperationSpecBuilder maxResults(@Nullable @Nullable Integer maxResults) The maximum number of items to return per page.- Gibt zurück:
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.- Gibt zurück:
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.- Gibt zurück:
this.
-
build
-
toString
-