public final class GoogleExampleLibraryagentV1ListShelvesResponse
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 Library Agent 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
Constructor and Description |
---|
GoogleExampleLibraryagentV1ListShelvesResponse() |
Modifier and Type | Method and Description |
---|---|
GoogleExampleLibraryagentV1ListShelvesResponse |
clone() |
java.lang.String |
getNextPageToken()
A token to retrieve next page of results.
|
java.util.List<GoogleExampleLibraryagentV1Shelf> |
getShelves()
The list of shelves.
|
GoogleExampleLibraryagentV1ListShelvesResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
GoogleExampleLibraryagentV1ListShelvesResponse |
setNextPageToken(java.lang.String nextPageToken)
A token to retrieve next page of results.
|
GoogleExampleLibraryagentV1ListShelvesResponse |
setShelves(java.util.List<GoogleExampleLibraryagentV1Shelf> shelves)
The list of shelves.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public GoogleExampleLibraryagentV1ListShelvesResponse()
public java.lang.String getNextPageToken()
null
for nonepublic GoogleExampleLibraryagentV1ListShelvesResponse setNextPageToken(java.lang.String nextPageToken)
nextPageToken
- nextPageToken or null
for nonepublic java.util.List<GoogleExampleLibraryagentV1Shelf> getShelves()
null
for nonepublic GoogleExampleLibraryagentV1ListShelvesResponse setShelves(java.util.List<GoogleExampleLibraryagentV1Shelf> shelves)
shelves
- shelves or null
for nonepublic GoogleExampleLibraryagentV1ListShelvesResponse set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public GoogleExampleLibraryagentV1ListShelvesResponse clone()
clone
in class com.google.api.client.json.GenericJson