Klasse SearchResults.SearchResultsBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.SearchResults.SearchResultsBuilder
- Umschließende Klasse:
SearchResults
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
Expand options that include additional search result details in the response.The list of issues found by the search.maxResults
(Integer maxResults) The maximum number of results that could be on the page.The ID and name of each field in the search results.schema
(Map<String, JsonTypeBean> schema) The schema describing the field types in the search results.The index of the first item returned on the page.toString()
The number of results on the page.warningMessages
(List<String> warningMessages) Any warnings related to the JQL query.
-
Methodendetails
-
expand
Expand options that include additional search result details in the response.- Gibt zurück:
this
.
-
issues
The list of issues found by the search.- Gibt zurück:
this
.
-
maxResults
The maximum number of results that could be on the page.- Gibt zurück:
this
.
-
names
The ID and name of each field in the search results.- Gibt zurück:
this
.
-
schema
The schema describing the field types in the search results.- Gibt zurück:
this
.
-
startAt
The index of the first item returned on the page.- Gibt zurück:
this
.
-
total
The number of results on the page.- Gibt zurück:
this
.
-
warningMessages
Any warnings related to the JQL query.- Gibt zurück:
this
.
-
build
-
toString
-