public static final class User.Picture
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
User.Picture() |
Modifier and Type | Method and Description |
---|---|
User.Picture |
clone() |
java.lang.String |
getUrl()
A URL that points to a profile picture of this user.
|
User.Picture |
set(java.lang.String fieldName,
java.lang.Object value) |
User.Picture |
setUrl(java.lang.String url)
A URL that points to a profile picture of this user.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.lang.String getUrl()
null
for nonepublic User.Picture setUrl(java.lang.String url)
url
- url or null
for nonepublic User.Picture set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public User.Picture clone()
clone
in class com.google.api.client.json.GenericJson