@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:40.546+01:00[Europe/Prague]") public class SearchRequestBean extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SearchRequestBean.ValidateQueryEnum
Determines how to validate the JQL query and treat the validation results.
|
| Constructor and Description |
|---|
SearchRequestBean() |
| Modifier and Type | Method and Description |
|---|---|
SearchRequestBean |
addExpandItem(String expandItem) |
SearchRequestBean |
addFieldsItem(String fieldsItem) |
SearchRequestBean |
addPropertiesItem(String propertiesItem) |
boolean |
equals(Object o) |
SearchRequestBean |
expand(List<String> expand) |
SearchRequestBean |
fields(List<String> fields) |
SearchRequestBean |
fieldsByKeys(Boolean fieldsByKeys) |
List<String> |
getExpand()
Use [expand](em>#expansion) to include additional information about issues in the response.
|
List<String> |
getFields()
A list of fields to return for each issue, use it to retrieve a subset of fields.
|
Boolean |
getFieldsByKeys()
Reference fields by their key (rather than ID).
|
String |
getJql()
A [JQL](https://confluence.atlassian.com/x/egORLQ) expression.
|
Integer |
getMaxResults()
The maximum number of items to return per page.
|
List<String> |
getProperties()
A list of up to 5 issue properties to include in the results.
|
Integer |
getStartAt()
The index of the first item to return in the page of results (page offset).
|
SearchRequestBean.ValidateQueryEnum |
getValidateQuery()
Determines how to validate the JQL query and treat the validation results.
|
int |
hashCode() |
SearchRequestBean |
jql(String jql) |
SearchRequestBean |
maxResults(Integer maxResults) |
SearchRequestBean |
properties(List<String> properties) |
void |
setExpand(List<String> expand) |
void |
setFields(List<String> fields) |
void |
setFieldsByKeys(Boolean fieldsByKeys) |
void |
setJql(String jql) |
void |
setMaxResults(Integer maxResults) |
void |
setProperties(List<String> properties) |
void |
setStartAt(Integer startAt) |
void |
setValidateQuery(SearchRequestBean.ValidateQueryEnum validateQuery) |
SearchRequestBean |
startAt(Integer startAt) |
String |
toString() |
SearchRequestBean |
validateQuery(SearchRequestBean.ValidateQueryEnum validateQuery) |
public SearchRequestBean jql(String jql)
public String getJql()
public void setJql(String jql)
public SearchRequestBean startAt(Integer startAt)
public Integer getStartAt()
public void setStartAt(Integer startAt)
public SearchRequestBean maxResults(Integer maxResults)
public Integer getMaxResults()
public void setMaxResults(Integer maxResults)
public SearchRequestBean fields(List<String> fields)
public SearchRequestBean addFieldsItem(String fieldsItem)
public List<String> getFields()
public SearchRequestBean validateQuery(SearchRequestBean.ValidateQueryEnum validateQuery)
public SearchRequestBean.ValidateQueryEnum getValidateQuery()
public void setValidateQuery(SearchRequestBean.ValidateQueryEnum validateQuery)
public SearchRequestBean expand(List<String> expand)
public SearchRequestBean addExpandItem(String expandItem)
public List<String> getExpand()
public SearchRequestBean properties(List<String> properties)
public SearchRequestBean addPropertiesItem(String propertiesItem)
public List<String> getProperties()
public SearchRequestBean fieldsByKeys(Boolean fieldsByKeys)
public Boolean getFieldsByKeys()
public void setFieldsByKeys(Boolean fieldsByKeys)
Copyright © 2011–2021 Everit Kft.. All rights reserved.