Klasse SearchResults
java.lang.Object
io.github.primelib.jira4j.restv3.model.SearchResults
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class SearchResults
extends Object
SearchResults
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
Expand options that include additional search result details in the response.The list of issues found by the search.protected Integer
The maximum number of results that could be on the page.The ID and name of each field in the search results.protected Map<String,
JsonTypeBean> The schema describing the field types in the search results.protected Integer
The index of the first item returned on the page.protected Integer
The number of results on the page.Any warnings related to the JQL query. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
SearchResults
(String expand, List<IssueBean> issues, Integer maxResults, Map<String, String> names, Map<String, JsonTypeBean> schema, Integer startAt, Integer total, List<String> warningMessages) Constructs a validated instance ofSearchResults
.SearchResults
(Consumer<SearchResults> spec) Constructs a validated instance ofSearchResults
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
expand()
Expand options that include additional search result details in the response.Expand options that include additional search result details in the response.int
hashCode()
issues()
The list of issues found by the search.The list of issues found by the search.The maximum number of results that could be on the page.maxResults
(Integer maxResults) The maximum number of results that could be on the page.names()
The ID and name of each field in the search results.The ID and name of each field in the search results.schema()
The schema describing the field types in the search results.schema
(Map<String, JsonTypeBean> schema) The schema describing the field types in the search results.startAt()
The index of the first item returned on the page.The index of the first item returned on the page.toString()
total()
The number of results on the page.The number of results on the page.Any warnings related to the JQL query.warningMessages
(List<String> warningMessages) Any warnings related to the JQL query.
-
Felddetails
-
expand
Expand options that include additional search result details in the response. -
issues
The list of issues found by the search. -
maxResults
The maximum number of results that could be on the page. -
names
The ID and name of each field in the search results. -
schema
The schema describing the field types in the search results. -
startAt
The index of the first item returned on the page. -
total
The number of results on the page. -
warningMessages
Any warnings related to the JQL query.
-
-
Konstruktordetails
-
SearchResults
Constructs a validated instance ofSearchResults
.- Parameter:
spec
- the specification to process
-
SearchResults
@Internal public SearchResults(String expand, List<IssueBean> issues, Integer maxResults, Map<String, String> names, Map<String, JsonTypeBean> schema, Integer startAt, Integer total, List<String> warningMessages) Constructs a validated instance ofSearchResults
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
SearchResults(Consumer)
instead.- Parameter:
expand
- Expand options that include additional search result details in the response.issues
- The list of issues found by the search.maxResults
- The maximum number of results that could be on the page.names
- The ID and name of each field in the search results.schema
- The schema describing the field types in the search results.startAt
- The index of the first item returned on the page.total
- The number of results on the page.warningMessages
- Any warnings related to the JQL query.
-
SearchResults
protected SearchResults()
-
-
Methodendetails
-
builder
-
expand
Expand options that include additional search result details in the response. -
issues
The list of issues found by the search. -
maxResults
The maximum number of results that could be on the page. -
names
The ID and name of each field in the search results. -
schema
The schema describing the field types in the search results. -
startAt
The index of the first item returned on the page. -
total
The number of results on the page. -
warningMessages
Any warnings related to the JQL query. -
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
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-