|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<String,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 . For a detailed explanation see: http://code.google.com/p/google-api-java-client/wiki/Json
| 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 |
|---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Constructor Summary | |
|---|---|
Userinfo()
|
|
| Method Summary | |
|---|---|
String |
getBirthday()
The user's birthday. |
String |
getEmail()
The user's email address. |
String |
getFamilyName()
The user's last name. |
String |
getGender()
The user's gender. |
String |
getGivenName()
The user's first name. |
String |
getId()
The focus obfuscated gaia id of the user. |
String |
getLink()
URL of the profile page. |
String |
getLocale()
The user's default locale. |
String |
getName()
The user's full name. |
String |
getPicture()
URL of the user's picture image. |
HttpHeaders |
getResponseHeaders()
Returns the HTTP headers that were returned with the server response, or null. |
String |
getTimezone()
The user's default timezone. |
Boolean |
getVerifiedEmail()
Boolean flag which is true if the email address is verified. |
Userinfo |
setBirthday(String birthday)
The user's birthday. |
Userinfo |
setEmail(String email)
The user's email address. |
Userinfo |
setFamilyName(String familyName)
The user's last name. |
Userinfo |
setGender(String gender)
The user's gender. |
Userinfo |
setGivenName(String givenName)
The user's first name. |
Userinfo |
setId(String id)
The focus obfuscated gaia id of the user. |
Userinfo |
setLink(String link)
URL of the profile page. |
Userinfo |
setLocale(String locale)
The user's default locale. |
Userinfo |
setName(String name)
The user's full name. |
Userinfo |
setPicture(String picture)
URL of the user's picture image. |
void |
setResponseHeaders(HttpHeaders responseHeaders)
Sets the HTTP headers returned with the server response, or null. |
Userinfo |
setTimezone(String timezone)
The user's default timezone. |
Userinfo |
setVerifiedEmail(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 String getFamilyName()
null.
public Userinfo setFamilyName(String familyName)
null.
public String getName()
null.
public Userinfo setName(String name)
null.
public String getPicture()
null.
public Userinfo setPicture(String picture)
null.
public String getLocale()
null.
public Userinfo setLocale(String locale)
null.
public String getGender()
null.
public Userinfo setGender(String gender)
null.
public String getEmail()
null.
public Userinfo setEmail(String email)
null.
public String getBirthday()
null.
public Userinfo setBirthday(String birthday)
null.
public String getLink()
null.
public Userinfo setLink(String link)
null.
public String getGivenName()
null.
public Userinfo setGivenName(String givenName)
null.
public String getTimezone()
null.
public Userinfo setTimezone(String timezone)
null.
public String getId()
null.
public Userinfo setId(String id)
null.
public Boolean getVerifiedEmail()
null.
public Userinfo setVerifiedEmail(Boolean verifiedEmail)
null.
public void setResponseHeaders(HttpHeaders responseHeaders)
null.
This member should only be non-null if this object was the top level element of a response. For
example, a request that returns a single Userinfo would include the response headers,
while a request which returns an array of Userinfo, would have a non-null response
header in the enclosing object only.
public HttpHeaders getResponseHeaders()
null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||