public final class PageList
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Blogger API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
PageList() |
Modifier and Type | Method and Description |
---|---|
PageList |
clone() |
String |
getEtag()
Etag of the response.
|
List<Page> |
getItems()
The list of Pages for a Blog.
|
String |
getKind()
The kind of this entity.
|
String |
getNextPageToken()
Pagination token to fetch the next page, if one exists.
|
PageList |
set(String fieldName,
Object value) |
PageList |
setEtag(String etag)
Etag of the response.
|
PageList |
setItems(List<Page> items)
The list of Pages for a Blog.
|
PageList |
setKind(String kind)
The kind of this entity.
|
PageList |
setNextPageToken(String nextPageToken)
Pagination token to fetch the next page, if one exists.
|
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 getEtag()
null
for nonepublic PageList setEtag(String etag)
etag
- etag or null
for nonepublic PageList setItems(List<Page> items)
items
- items or null
for nonepublic String getKind()
null
for nonepublic PageList setKind(String kind)
kind
- kind or null
for nonepublic String getNextPageToken()
null
for nonepublic PageList setNextPageToken(String nextPageToken)
nextPageToken
- nextPageToken or null
for nonepublic PageList set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public PageList clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.