Uses of Interface
org.springframework.social.github.api.GistOperations
-
Packages that use GistOperations 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 GistOperations in org.springframework.social.github.api
Methods in org.springframework.social.github.api that return GistOperations Modifier and Type Method Description GistOperationsGitHub. gistOperations()Returns the portion of the GitHub API containing the gist operations. -
Uses of GistOperations in org.springframework.social.github.api.impl
Classes in org.springframework.social.github.api.impl that implement GistOperations Modifier and Type Class Description classGistTemplateGist template implementation.Methods in org.springframework.social.github.api.impl that return GistOperations Modifier and Type Method Description GistOperationsGitHubTemplate. gistOperations()
-