Uses of Class
org.springframework.social.github.api.GitHubComment
-
Packages that use GitHubComment 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 GitHubComment in org.springframework.social.github.api
Methods in org.springframework.social.github.api that return GitHubComment Modifier and Type Method Description GitHubCommentGistOperations. getGistComment(Long id)Public operation to return a gist comment.Methods in org.springframework.social.github.api that return types with arguments of type GitHubComment Modifier and Type Method Description List<GitHubComment>GistOperations. getGistComments(String gistId)Public operation to return the comments on a given gist. -
Uses of GitHubComment in org.springframework.social.github.api.impl
Methods in org.springframework.social.github.api.impl that return GitHubComment Modifier and Type Method Description GitHubCommentGistTemplate. getGistComment(Long id)Methods in org.springframework.social.github.api.impl that return types with arguments of type GitHubComment Modifier and Type Method Description List<GitHubComment>GistTemplate. getGistComments(String id)
-