@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:40.546+01:00[Europe/Prague]") public class SearchResults extends Object
| Constructor and Description |
|---|
SearchResults() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getExpand()
Expand options that include additional search result details in the response.
|
List<IssueBean> |
getIssues()
The list of issues found by the search.
|
Integer |
getMaxResults()
The maximum number of results that could be on the page.
|
Map<String,String> |
getNames()
The ID and name of each field in the search results.
|
Map<String,JsonTypeBean> |
getSchema()
The schema describing the field types in the search results.
|
Integer |
getStartAt()
The index of the first item returned on the page.
|
Integer |
getTotal()
The number of results on the page.
|
List<String> |
getWarningMessages()
Any warnings related to the JQL query.
|
int |
hashCode() |
String |
toString() |
public String getExpand()
public Integer getStartAt()
public Integer getMaxResults()
public Integer getTotal()
public List<IssueBean> getIssues()
public List<String> getWarningMessages()
public Map<String,String> getNames()
public Map<String,JsonTypeBean> getSchema()
Copyright © 2011–2021 Everit Kft.. All rights reserved.