Interface NavigablePageResponse<T>
- All Superinterfaces:
Iterable<T>
,PageResponse<T>
- All Known Implementing Classes:
NavigablePageResponseImpl
A page response that can be navigated.
- Since:
- 9.2.5
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
Methods inherited from interface com.atlassian.confluence.api.model.pagination.PageResponse
getNextCursor, getPageRequest, getPrevCursor, getResults, getTotalCount, hasMore, size
-
Method Details