|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap<java.lang.String,java.lang.Object>
com.google.api.client.util.GenericData
com.google.api.client.json.GenericJson
com.google.api.services.oauth2.model.Userinfo
public final class Userinfo
Model definition for Userinfo.
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google OAuth2 API. For a detailed explanation see: http://code.google.com/p/google-api-java-client/wiki/Json
Upgrade warning: starting with version 1.12 getResponseHeaders()
is removed, instead use
JsonHttpRequest.getLastResponseHeaders()
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData |
---|
GenericData.Flags |
Nested classes/interfaces inherited from class java.util.AbstractMap |
---|
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
Nested classes/interfaces inherited from interface java.util.Map |
---|
java.util.Map.Entry<K,V> |
Constructor Summary | |
---|---|
Userinfo()
|
Method Summary | |
---|---|
java.lang.String |
getBirthday()
The user's birthday. |
java.lang.String |
getEmail()
The user's email address. |
java.lang.String |
getFamilyName()
The user's last name. |
java.lang.String |
getGender()
The user's gender. |
java.lang.String |
getGivenName()
The user's first name. |
java.lang.String |
getHd()
The hosted domain e.g. |
java.lang.String |
getId()
The focus obfuscated gaia id of the user. |
java.lang.String |
getLink()
URL of the profile page. |
java.lang.String |
getLocale()
The user's default locale. |
java.lang.String |
getName()
The user's full name. |
java.lang.String |
getPicture()
URL of the user's picture image. |
java.lang.String |
getTimezone()
The user's default timezone. |
java.lang.Boolean |
getVerifiedEmail()
Boolean flag which is true if the email address is verified. |
Userinfo |
setBirthday(java.lang.String birthday)
The user's birthday. |
Userinfo |
setEmail(java.lang.String email)
The user's email address. |
Userinfo |
setFamilyName(java.lang.String familyName)
The user's last name. |
Userinfo |
setGender(java.lang.String gender)
The user's gender. |
Userinfo |
setGivenName(java.lang.String givenName)
The user's first name. |
Userinfo |
setHd(java.lang.String hd)
The hosted domain e.g. |
Userinfo |
setId(java.lang.String id)
The focus obfuscated gaia id of the user. |
Userinfo |
setLink(java.lang.String link)
URL of the profile page. |
Userinfo |
setLocale(java.lang.String locale)
The user's default locale. |
Userinfo |
setName(java.lang.String name)
The user's full name. |
Userinfo |
setPicture(java.lang.String picture)
URL of the user's picture image. |
Userinfo |
setTimezone(java.lang.String timezone)
The user's default timezone. |
Userinfo |
setVerifiedEmail(java.lang.Boolean verifiedEmail)
Boolean flag which is true if the email address is verified. |
Methods inherited from class com.google.api.client.json.GenericJson |
---|
clone, getFactory, setFactory, toPrettyString, toString |
Methods inherited from class com.google.api.client.util.GenericData |
---|
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, setUnknownKeys |
Methods inherited from class java.util.AbstractMap |
---|
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Userinfo()
Method Detail |
---|
public java.lang.String getBirthday()
null
.
public Userinfo setBirthday(java.lang.String birthday)
null
.
public java.lang.String getEmail()
null
.
public Userinfo setEmail(java.lang.String email)
null
.
public java.lang.String getFamilyName()
null
.
public Userinfo setFamilyName(java.lang.String familyName)
null
.
public java.lang.String getGender()
null
.
public Userinfo setGender(java.lang.String gender)
null
.
public java.lang.String getGivenName()
null
.
public Userinfo setGivenName(java.lang.String givenName)
null
.
public java.lang.String getHd()
null
.
public Userinfo setHd(java.lang.String hd)
null
.
public java.lang.String getId()
null
.
public Userinfo setId(java.lang.String id)
null
.
public java.lang.String getLink()
null
.
public Userinfo setLink(java.lang.String link)
null
.
public java.lang.String getLocale()
null
.
public Userinfo setLocale(java.lang.String locale)
null
.
public java.lang.String getName()
null
.
public Userinfo setName(java.lang.String name)
null
.
public java.lang.String getPicture()
null
.
public Userinfo setPicture(java.lang.String picture)
null
.
public java.lang.String getTimezone()
null
.
public Userinfo setTimezone(java.lang.String timezone)
null
.
public java.lang.Boolean getVerifiedEmail()
null
.
public Userinfo setVerifiedEmail(java.lang.Boolean verifiedEmail)
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |