@ExperimentalApi
public interface Paginated<T>
PageRequest, 
PageResponse, 
PagingIterator| Modifier and Type | Method and Description | 
|---|---|
| PageResponse<T> | page(PageRequest request)Retrieves a page of data. | 
| PagingIterator<T> | pagingIterator()Obtain a PagingIterator, which will yield all possible results in a memory / CPU efficient manner. | 
PageResponse<T> page(PageRequest request)
PagingIterator<T> pagingIterator()
Copyright © 2003–2017 Atlassian. All rights reserved.