T
- the type of entity in the collection of search results@ExperimentalApi public class SearchPageResponse<T> extends Object implements PageResponse<T>
Modifier and Type | Class and Description |
---|---|
static class |
SearchPageResponse.Builder<T> |
Modifier and Type | Method and Description |
---|---|
static <T> SearchPageResponse.Builder<T> |
builder() |
com.atlassian.fugue.Option<Integer> |
getArchivedResultCount() |
String |
getCqlQuery() |
PageRequest |
getPageRequest() |
List<T> |
getResults() |
int |
getSearchDuration() |
boolean |
hasMore()
Indicates whether the source has more results after this page.
|
Iterator<T> |
iterator() |
int |
size() |
int |
totalSize() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public List<T> getResults()
getResults
in interface PageResponse<T>
public int size()
size
in interface PageResponse<T>
public int totalSize()
public int getSearchDuration()
public com.atlassian.fugue.Option<Integer> getArchivedResultCount()
public boolean hasMore()
PageResponse
hasMore
in interface PageResponse<T>
public PageRequest getPageRequest()
getPageRequest
in interface PageResponse<T>
public String getCqlQuery()
public static <T> SearchPageResponse.Builder<T> builder()
Copyright © 2003–2018 Atlassian. All rights reserved.