public static final class User.Picture
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
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, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic 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.GenericJsonpublic User.Picture clone()
clone in class com.google.api.client.json.GenericJson