| Modifier and Type | Class and Description |
|---|---|
static class |
Post.Author.Image
The creator's avatar.
|
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Author() |
| Modifier and Type | Method and Description |
|---|---|
Post.Author |
clone() |
String |
getDisplayName()
The display name.
|
String |
getId()
The identifier of the creator.
|
Post.Author.Image |
getImage()
The creator's avatar.
|
String |
getUrl()
The URL of the creator's Profile page.
|
Post.Author |
set(String fieldName,
Object value) |
Post.Author |
setDisplayName(String displayName)
The display name.
|
Post.Author |
setId(String id)
The identifier of the creator.
|
Post.Author |
setImage(Post.Author.Image image)
The creator's avatar.
|
Post.Author |
setUrl(String url)
The URL of the creator's Profile page.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getDisplayName()
null for nonepublic Post.Author setDisplayName(String displayName)
displayName - displayName or null for nonepublic String getId()
null for nonepublic Post.Author setId(String id)
id - id or null for nonepublic Post.Author.Image getImage()
null for nonepublic Post.Author setImage(Post.Author.Image image)
image - image or null for nonepublic String getUrl()
null for nonepublic Post.Author setUrl(String url)
url - url or null for nonepublic Post.Author set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Post.Author clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.