Uses of Class
org.springframework.social.google.api.plus.Person
-
Packages that use Person Package Description org.springframework.social.google.api.plus Spring Social's Service APIs for Google+org.springframework.social.google.api.plus.impl -
-
Uses of Person in org.springframework.social.google.api.plus
Methods in org.springframework.social.google.api.plus that return Person Modifier and Type Method Description PersonActivity. getActor()PersonActivityComment. getActor()PersonPlusOperations. getGoogleProfile()Retrieves the authenticated user's Google profile.PersonPlusOperations. getPerson(String id)Retrieves a user's Google profile.Constructor parameters in org.springframework.social.google.api.plus with type arguments of type Person Constructor Description PeoplePage(List<Person> items, String nextPageToken) -
Uses of Person in org.springframework.social.google.api.plus.impl
Methods in org.springframework.social.google.api.plus.impl that return Person Modifier and Type Method Description PersonPlusTemplate. getGoogleProfile()PersonPlusTemplate. getPerson(String id)
-