-
- All Implemented Interfaces:
-
io.ably.lib.http.HttpCore.ResponseHandler
public class HttpPaginatedQuery implements HttpCore.ResponseHandler<HttpPaginatedResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classHttpPaginatedQuery.HttpPaginatedResult
-
Constructor Summary
Constructors Constructor Description HttpPaginatedQuery(Http http, String method, String path, Array<Param> headers, Array<Param> params, HttpCore.RequestBody requestBody)
-
Method Summary
Modifier and Type Method Description HttpPaginatedResponseexec()Get the result of the first query HttpPaginatedResponseexec(Array<Param> params)Get the result of the first query HttpPaginatedResponsehandleResponse(HttpCore.Response response, ErrorInfo error)-
-
Method Detail
-
exec
HttpPaginatedResponse exec()
Get the result of the first query
-
exec
HttpPaginatedResponse exec(Array<Param> params)
Get the result of the first query
-
handleResponse
HttpPaginatedResponse handleResponse(HttpCore.Response response, ErrorInfo error)
-
-
-
-