Class SearchResults
java.lang.Object
io.github.primelib.jira4j.restv3.model.SearchResults
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class SearchResults
extends Object
SearchResults
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringExpand options that include additional search result details in the response.The list of issues found by the search.protected IntegerThe 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 IntegerThe index of the first item returned on the page.protected IntegerThe number of results on the page.Any warnings related to the JQL query. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSearchResults(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. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanexpand()Expand options that include additional search result details in the response.Expand options that include additional search result details in the response.inthashCode()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.
-
Field Details
-
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.
-
-
Constructor Details
-
SearchResults
Constructs a validated instance ofSearchResults.- Parameters:
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.- Parameters:
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()
-
-
Method Details
-
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.- 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.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-