public interface GitHubRepositoryList
| Modifier and Type | Method and Description |
|---|---|
String |
getFirstPage()
Link to the first page of the repositories list, if paging is used.
|
String |
getLastPage()
Link to the last page of the repositories list, if paging is used.
|
String |
getNextPage()
Link to the next page of the repositories list, if paging is used.
|
String |
getPrevPage()
Link to the previous page of the repositories list, if paging is used.
|
List<GitHubRepository> |
getRepositories() |
void |
setFirstPage(String page) |
void |
setLastPage(String page) |
void |
setNextPage(String page) |
void |
setPrevPage(String page) |
void |
setRepositories(List<GitHubRepository> repositories) |
List<GitHubRepository> getRepositories()
List the list of repositoriesvoid setRepositories(List<GitHubRepository> repositories)
String getFirstPage()
String first page linkvoid setFirstPage(String page)
String getPrevPage()
String previous page linkvoid setPrevPage(String page)
String getNextPage()
String next page linkvoid setNextPage(String page)
String getLastPage()
String last page's linkvoid setLastPage(String page)
Copyright © 2012–2018 Red Hat, Inc.. All rights reserved.