Uses of Class
org.sourcelab.github.client.response.PagingLinks
Packages that use PagingLinks
-
Uses of PagingLinks in org.sourcelab.github.client.response
Methods in org.sourcelab.github.client.response that return PagingLinksModifier and TypeMethodDescriptionPagingLinksBuilder.build()Create newPagingLinksinstance.PageableResponse.getPagingLinks()Contains references to First, Next, Previous, and Last pages of a Response.UserReposResponse.getPagingLinks()Constructors in org.sourcelab.github.client.response with parameters of type PagingLinksModifierConstructorDescriptionUserReposResponse(PagingLinks pagingLinks, List<Repository> repositories, UserReposRequest originalRequest) Constructor.