Class SearchResultsList
- java.lang.Object
-
- com.atlassian.bamboo.plugins.rest.model.search.SearchResultsList
-
public class SearchResultsList extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected int
maxResult
protected int
size
protected int
startIndex
-
Constructor Summary
Constructors Constructor Description SearchResultsList()
SearchResultsList(int size, org.apache.commons.lang3.Range<Integer> range, List<SearchResult> searchResults)
SearchResultsList(PagerPaginationSupport paginationSupport, List<SearchResult> results)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getMaxResult()
List<SearchResult>
getSearchResults()
int
getSize()
int
getStartIndex()
-
-
-
Constructor Detail
-
SearchResultsList
public SearchResultsList()
-
SearchResultsList
public SearchResultsList(int size, org.apache.commons.lang3.Range<Integer> range, List<SearchResult> searchResults)
-
SearchResultsList
public SearchResultsList(PagerPaginationSupport paginationSupport, List<SearchResult> results)
-
-
Method Detail
-
getSearchResults
public List<SearchResult> getSearchResults()
-
getStartIndex
public int getStartIndex()
-
getMaxResult
public int getMaxResult()
-
getSize
public int getSize()
-
-