Uses of Class
org.sourcelab.github.client.request.UserReposRequest
Packages that use UserReposRequest
Package
Description
-
Uses of UserReposRequest in org.sourcelab.github.client.response
Constructors in org.sourcelab.github.client.response with parameters of type UserReposRequestModifierConstructorDescriptionUserReposResponse(PagingLinks pagingLinks, List<Repository> repositories, UserReposRequest originalRequest) Constructor. -
Uses of UserReposRequest in org.sourcelab.github.client.response.parser
Constructors in org.sourcelab.github.client.response.parser with parameters of type UserReposRequestModifierConstructorDescriptionUserReposResponseParser(UserReposRequest originalRequest) Constructor.