-
public class AsyncHttpPaginatedQuery.AsyncHttpPaginatedResult extends AsyncHttpPaginatedResponse
A private class encapsulating the result of a single page response
-
-
Method Summary
Modifier and Type Method Description Array<JsonElement>items()Get the contents as an array of component type voidfirst(AsyncHttpPaginatedResponse.Callback callback)Obtain params required to perform the given relative query voidcurrent(AsyncHttpPaginatedResponse.Callback callback)voidnext(AsyncHttpPaginatedResponse.Callback callback)booleanhasFirst()booleanhasCurrent()booleanhasNext()-
-
Method Detail
-
first
void first(AsyncHttpPaginatedResponse.Callback callback)
Obtain params required to perform the given relative query
-
current
void current(AsyncHttpPaginatedResponse.Callback callback)
-
next
void next(AsyncHttpPaginatedResponse.Callback callback)
-
hasFirst
boolean hasFirst()
-
hasCurrent
boolean hasCurrent()
-
hasNext
boolean hasNext()
-
-
-
-