Uses of Interface
org.springframework.social.google.api.people.PeopleOperations
-
Packages that use PeopleOperations Package Description org.springframework.social.google.api Spring Social's Service APIs for Googleorg.springframework.social.google.api.impl org.springframework.social.google.api.people.impl -
-
Uses of PeopleOperations in org.springframework.social.google.api
Methods in org.springframework.social.google.api that return PeopleOperations Modifier and Type Method Description PeopleOperationsGoogle. peopleOperations()RetrievesPeopleOperations, used for interacting with Google People API. -
Uses of PeopleOperations in org.springframework.social.google.api.impl
Methods in org.springframework.social.google.api.impl that return PeopleOperations Modifier and Type Method Description PeopleOperationsGoogleTemplate. peopleOperations() -
Uses of PeopleOperations in org.springframework.social.google.api.people.impl
Classes in org.springframework.social.google.api.people.impl that implement PeopleOperations Modifier and Type Class Description classPeopleTemplatePeopleOperationsimplementation.
-