Uses of Class
org.sourcelab.buildkite.api.client.response.PagingLinks
Packages that use PagingLinks
-
Uses of PagingLinks in org.sourcelab.buildkite.api.client.response
Methods in org.sourcelab.buildkite.api.client.response that return PagingLinksModifier and TypeMethodDescriptionPagingLinksBuilder.build()Create newPagingLinksinstance.ListBuildsResponse.getPagingLinks()Paging Link references for the results.ListOrganizationsResponse.getPagingLinks()Paging Link references for the results.ListPipelinesResponse.getPagingLinks()Paging Link references for the results.PageableResponse.getPagingLinks()Contains references to First, Next, Previous, and Last pages of a Response.Constructors in org.sourcelab.buildkite.api.client.response with parameters of type PagingLinksModifierConstructorDescriptionListBuildsResponse(PagingLinks pagingLinks, List<Build> builds, ListBuildsRequest originalRequest) Constructor.ListOrganizationsResponse(PagingLinks pagingLinks, List<Organization> organizations, ListOrganizationsRequest originalRequest) Constructor.ListPipelinesResponse(PagingLinks pagingLinks, List<Pipeline> pipelines, ListPipelinesRequest originalRequest) Constructor.