Uses of Interface
org.springframework.social.google.api.plus.PlusOperations
-
Packages that use PlusOperations Package Description org.springframework.social.google.api Spring Social's Service APIs for Googleorg.springframework.social.google.api.impl org.springframework.social.google.api.plus.impl -
-
Uses of PlusOperations in org.springframework.social.google.api
Methods in org.springframework.social.google.api that return PlusOperations Modifier and Type Method Description PlusOperationsGoogle. plusOperations()RetrievesPlusOperations, used for interacting with Google+ API. -
Uses of PlusOperations in org.springframework.social.google.api.impl
Methods in org.springframework.social.google.api.impl that return PlusOperations Modifier and Type Method Description PlusOperationsGoogleTemplate. plusOperations() -
Uses of PlusOperations in org.springframework.social.google.api.plus.impl
Classes in org.springframework.social.google.api.plus.impl that implement PlusOperations Modifier and Type Class Description classPlusTemplatePlusOperationsimplementation.
-