-
public class HttpPaginatedQuery.HttpPaginatedResult extends HttpPaginatedResponse
-
-
Method Summary
Modifier and Type Method Description Array<JsonElement>items()Contains a page of results; for example,an array of Message or PresenceMessage objects for a channel history request. HttpPaginatedResponsefirst()Perform the given relative query HttpPaginatedResponsecurrent()HttpPaginatedResponsenext()booleanhasFirst()booleanhasCurrent()booleanhasNext()booleanisLast()-
-
Method Detail
-
items
Array<JsonElement> items()
Contains a page of results; for example,an array of Message or PresenceMessage objects for a channel history request.
Spec: HP3
-
first
HttpPaginatedResponse first()
Perform the given relative query
-
current
HttpPaginatedResponse current()
-
next
HttpPaginatedResponse next()
-
hasFirst
boolean hasFirst()
-
hasCurrent
boolean hasCurrent()
-
hasNext
boolean hasNext()
-
isLast
boolean isLast()
-
-
-
-