Class UserReposResponse
java.lang.Object
org.sourcelab.github.client.response.UserReposResponse
- All Implemented Interfaces:
PageableResponse<UserReposResponse>
-
Constructor Summary
ConstructorsConstructorDescriptionUserReposResponse(PagingLinks pagingLinks, List<Repository> repositories, UserReposRequest originalRequest) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionGet the original underlying Request used to generate this response.Contains references to First, Next, Previous, and Last pages of a Response.toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.sourcelab.github.client.response.PageableResponse
hasFirstPage, hasLastPage, hasNextPage, hasPreviousPage
-
Constructor Details
-
UserReposResponse
public UserReposResponse(PagingLinks pagingLinks, List<Repository> repositories, UserReposRequest originalRequest) Constructor.
-
-
Method Details
-
getRepositories
-
toString
-
getPagingLinks
Description copied from interface:PageableResponseContains references to First, Next, Previous, and Last pages of a Response.- Specified by:
getPagingLinksin interfacePageableResponse<UserReposResponse>- Returns:
- Contains references to First, Next, Previous, and Last pages of a Response.
-
getOriginalRequest
Description copied from interface:PageableResponseGet the original underlying Request used to generate this response.- Specified by:
getOriginalRequestin interfacePageableResponse<UserReposResponse>- Returns:
- Original underlying Request.
-