Uses of Class
org.springframework.social.github.api.GitHubDownload
-
Packages that use GitHubDownload Package Description org.springframework.social.github.api Spring Social's Service API for GitHuborg.springframework.social.github.api.impl Implementation of Spring Social's Service API for GitHub -
-
Uses of GitHubDownload in org.springframework.social.github.api
Methods in org.springframework.social.github.api that return GitHubDownload Modifier and Type Method Description GitHubDownloadRepoOperations. getDownload(String user, String repo, Long id)Public operation to return a single download.Methods in org.springframework.social.github.api that return types with arguments of type GitHubDownload Modifier and Type Method Description List<GitHubDownload>RepoOperations. getDownloads(String user, String repo)Public operation to return a list of downloads for the given repository. -
Uses of GitHubDownload in org.springframework.social.github.api.impl
Methods in org.springframework.social.github.api.impl that return GitHubDownload Modifier and Type Method Description GitHubDownloadRepoTemplate. getDownload(String user, String repo, Long id)Methods in org.springframework.social.github.api.impl that return types with arguments of type GitHubDownload Modifier and Type Method Description List<GitHubDownload>RepoTemplate. getDownloads(String user, String repo)
-