public class SearchResultsBean extends Object
Modifier and Type | Field and Description |
---|---|
static SearchResultsBean |
DOC_EXAMPLE
The example SearchResultsBean used in automatically-generated documentation.
|
String |
expand |
List<IssueBean> |
issues |
Integer |
maxResults |
HashMap<String,String> |
names |
Map<String,JsonTypeBean> |
schema |
Integer |
startAt |
Integer |
total |
Set<String> |
warningMessages |
Constructor and Description |
---|
SearchResultsBean() |
SearchResultsBean(Integer startAt,
Integer maxResults,
Integer total,
List<IssueBean> issues) |
SearchResultsBean(Integer startAt,
Integer maxResults,
Integer total,
List<IssueBean> issues,
Set<String> warningMessages) |
public static final SearchResultsBean DOC_EXAMPLE
public String expand
public Integer startAt
public Integer maxResults
public Integer total
public Map<String,JsonTypeBean> schema
Copyright © 2002-2024 Atlassian. All Rights Reserved.