Interface PageableRequest<T>
- Type Parameters:
T- The parsed return type representing the response.
- All Superinterfaces:
Request<T>
- All Known Implementing Classes:
ListBuildsRequest,ListOrganizationsRequest,ListPipelinesRequest
Defines an API request.
-
Method Summary
Methods inherited from interface org.sourcelab.buildkite.api.client.request.Request
getMethod, getPath, getRequestBody, getRequestParameters, getResponseParser, parseResponse
-
Method Details
-
updatePageOptions
-