Uses of Interface
org.springframework.social.github.api.UserOperations
-
Packages that use UserOperations 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 UserOperations in org.springframework.social.github.api
Methods in org.springframework.social.github.api that return UserOperations Modifier and Type Method Description UserOperationsGitHub. userOperations()Returns the portion of the GitHub API containing the user operations. -
Uses of UserOperations in org.springframework.social.github.api.impl
Classes in org.springframework.social.github.api.impl that implement UserOperations Modifier and Type Class Description classUserTemplateUser template implementation.Methods in org.springframework.social.github.api.impl that return UserOperations Modifier and Type Method Description UserOperationsGitHubTemplate. userOperations()
-