com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Posts() |
| Modifier and Type | Method and Description |
|---|---|
Blog.Posts |
clone() |
List<Post> |
getItems()
The List of Posts for this Blog.
|
String |
getSelfLink()
The URL of the container for posts in this blog.
|
Integer |
getTotalItems()
The count of posts in this blog.
|
Blog.Posts |
set(String fieldName,
Object value) |
Blog.Posts |
setItems(List<Post> items)
The List of Posts for this Blog.
|
Blog.Posts |
setSelfLink(String selfLink)
The URL of the container for posts in this blog.
|
Blog.Posts |
setTotalItems(Integer totalItems)
The count of posts in this blog.
|
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 List<Post> getItems()
null for nonepublic Blog.Posts setItems(List<Post> items)
items - items or null for nonepublic String getSelfLink()
null for nonepublic Blog.Posts setSelfLink(String selfLink)
selfLink - selfLink or null for nonepublic Integer getTotalItems()
null for nonepublic Blog.Posts setTotalItems(Integer totalItems)
totalItems - totalItems or null for nonepublic Blog.Posts set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Blog.Posts clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.