Uses of Class
org.springframework.social.github.api.GitHubUser
-
Packages that use GitHubUser 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 GitHubUser in org.springframework.social.github.api
Methods in org.springframework.social.github.api that return GitHubUser Modifier and Type Method Description GitHubUserGitHubCommit. getAuthor()GitHubUserGitHubCommit. getCommitter()GitHubUserGitHubComment. getUser()GitHubUserGitHubGist. getUser()Methods in org.springframework.social.github.api that return types with arguments of type GitHubUser Modifier and Type Method Description List<GitHubUser>RepoOperations. getCollaborators(String user, String repo)Public operation to return a list of collaborators for the given repository.List<GitHubUser>UserOperations. getFollowers(String user)Public operation to return a given user's followers.List<GitHubUser>UserOperations. getFollowing(String user)Public operation to return the users that a given user is following.List<GitHubUser>RepoOperations. getWatchers(String user, String repo)Public operation to return a list of watchers for the given repository.Methods in org.springframework.social.github.api with parameters of type GitHubUser Modifier and Type Method Description voidGitHubCommit. setAuthor(GitHubUser author)voidGitHubCommit. setCommitter(GitHubUser committer)voidGitHubComment. setUser(GitHubUser user)voidGitHubGist. setUser(GitHubUser user) -
Uses of GitHubUser in org.springframework.social.github.api.impl
Methods in org.springframework.social.github.api.impl that return types with arguments of type GitHubUser Modifier and Type Method Description List<GitHubUser>RepoTemplate. getCollaborators(String user, String repo)List<GitHubUser>UserTemplate. getFollowers(String user)List<GitHubUser>UserTemplate. getFollowing(String user)List<GitHubUser>RepoTemplate. getWatchers(String user, String repo)
-