T - public interface PaginatedResult<T>
| Modifier and Type | Method and Description |
|---|---|
PaginatedResult<T> |
current() |
PaginatedResult<T> |
first()
Obtain params required to perform the given relative query
|
boolean |
hasCurrent() |
boolean |
hasFirst() |
boolean |
hasNext() |
boolean |
isLast() |
T[] |
items()
Get the contents as an array of component type
|
PaginatedResult<T> |
next() |
T[] items()
PaginatedResult<T> first() throws AblyException
AblyExceptionPaginatedResult<T> current() throws AblyException
AblyExceptionPaginatedResult<T> next() throws AblyException
AblyExceptionboolean hasFirst()
boolean hasCurrent()
boolean hasNext()
boolean isLast()