Uses of Class
org.springframework.social.google.api.people.PeoplePerson
-
Packages that use PeoplePerson Package Description org.springframework.social.google.api.people org.springframework.social.google.api.people.impl -
-
Uses of PeoplePerson in org.springframework.social.google.api.people
Methods in org.springframework.social.google.api.people that return PeoplePerson Modifier and Type Method Description PeoplePersonPeopleOperations. getGoogleProfile()Retrieves the authenticated user's complete Google profile.PeoplePersonPeopleOperations. getGoogleProfile(String fields)Retrieves the authenticated user's complete Google profile.PeoplePersonPeopleOperations. getPerson(String id)Retrieves a user's Google profile.PeoplePersonPeopleOperations. getPerson(String id, String fields)Retrieves a user's Google profile populated with the requested fields. -
Uses of PeoplePerson in org.springframework.social.google.api.people.impl
Methods in org.springframework.social.google.api.people.impl that return PeoplePerson Modifier and Type Method Description PeoplePersonPeopleTemplate. getGoogleProfile()PeoplePersonPeopleTemplate. getGoogleProfile(String fields)PeoplePersonPeopleTemplate. getPerson(String id)PeoplePersonPeopleTemplate. getPerson(String id, String fields)
-