Class SearchResults.SearchResultsBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.SearchResults.SearchResultsBuilder
- Enclosing class:
- SearchResults
-
Method Summary
Modifier and TypeMethodDescriptionbuild()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.
-
Method Details
-
expand
Expand options that include additional search result details in the response.- Returns:
this.
-
issues
The list of issues found by the search.- Returns:
this.
-
maxResults
The maximum number of results that could be on the page.- Returns:
this.
-
names
The ID and name of each field in the search results.- Returns:
this.
-
schema
The schema describing the field types in the search results.- Returns:
this.
-
startAt
The index of the first item returned on the page.- Returns:
this.
-
total
The number of results on the page.- Returns:
this.
-
warningMessages
Any warnings related to the JQL query.- Returns:
this.
-
build
-
toString
-