public class SearchRequestBean extends Object
Modifier and Type | Field and Description |
---|---|
static SearchRequestBean |
DOC_EXAMPLE
Example representation for use in auto-generated docs.
|
List<String> |
expand
The list of issue parameters to expand on each issue.
|
List<String> |
fields
The list of fields to return for each issue.
|
String |
jql
A JQL query string.
|
Integer |
maxResults
The maximum number of issues to return (defaults to 50).
|
Integer |
startAt
The index of the first issue to return (0-based).
|
Boolean |
validateQuery
Whether to validate the JQL query.
|
Constructor and Description |
---|
SearchRequestBean() |
SearchRequestBean(String jql,
Integer startAt,
Integer maxResults,
List<String> fields) |
public static final SearchRequestBean DOC_EXAMPLE
public String jql
public Integer startAt
public Integer maxResults
public List<String> fields
public Boolean validateQuery
Copyright © 2002-2015 Atlassian. All Rights Reserved.