public class SearchResult extends Object
| Constructor and Description |
|---|
SearchResult(int startIndex,
int maxResults,
int total,
Iterable<Issue> issues) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Iterable<Issue> |
getIssues() |
int |
getMaxResults() |
int |
getStartIndex() |
int |
getTotal() |
int |
hashCode() |
String |
toString() |
public int getStartIndex()
public int getMaxResults()
public int getTotal()
Copyright © 2017 Atlassian. All rights reserved.