public static final class Person.Image
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
Image() |
Modifier and Type | Method and Description |
---|---|
Person.Image |
clone() |
java.lang.Boolean |
getIsDefault()
Whether the person's profile photo is the default one
|
java.lang.String |
getUrl()
The URL of the person's profile photo.
|
Person.Image |
set(java.lang.String fieldName,
java.lang.Object value) |
Person.Image |
setIsDefault(java.lang.Boolean isDefault)
Whether the person's profile photo is the default one
|
Person.Image |
setUrl(java.lang.String url)
The URL of the person's profile photo.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.Boolean getIsDefault()
null
for nonepublic Person.Image setIsDefault(java.lang.Boolean isDefault)
isDefault
- isDefault or null
for nonepublic java.lang.String getUrl()
null
for nonepublic Person.Image setUrl(java.lang.String url)
url
- url or null
for nonepublic Person.Image set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public Person.Image clone()
clone
in class com.google.api.client.json.GenericJson