org.springframework.social.google.api.userinfo
Class GoogleUserProfile
java.lang.Object
org.springframework.social.google.api.userinfo.GoogleUserProfile
- All Implemented Interfaces:
- java.io.Serializable
public class GoogleUserProfile
- extends java.lang.Object
- implements java.io.Serializable
Model class representing a legacy Google profile (predates Google+).
- Author:
- Gabriel Axel
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GoogleUserProfile
public GoogleUserProfile()
getId
public java.lang.String getId()
getEmail
public java.lang.String getEmail()
getName
public java.lang.String getName()
getFirstName
public java.lang.String getFirstName()
getLastName
public java.lang.String getLastName()
getLink
public java.lang.String getLink()
getProfilePictureUrl
public java.lang.String getProfilePictureUrl()
getGender
public java.lang.String getGender()
getLocale
public java.lang.String getLocale()