GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Picture() |
Modifier and Type | Method and Description |
---|---|
User.Picture |
clone() |
String |
getUrl()
A URL that points to a profile picture of this user.
|
User.Picture |
set(String fieldName,
Object value) |
User.Picture |
setUrl(String url)
A URL that points to a profile picture of this user.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public String getUrl()
null
for nonepublic User.Picture setUrl(String url)
url
- url or null
for nonepublic User.Picture set(String fieldName, Object value)
set
in class GenericJson
public User.Picture clone()
clone
in class GenericJson
Copyright © 2011–2021 Google. All rights reserved.