public final class ListVersionsResponse
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 Apps Script 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 |
|---|
ListVersionsResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListVersionsResponse |
clone() |
java.lang.String |
getNextPageToken()
The token use to fetch the next page of records.
|
java.util.List<Version> |
getVersions()
The list of versions.
|
ListVersionsResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
ListVersionsResponse |
setNextPageToken(java.lang.String nextPageToken)
The token use to fetch the next page of records.
|
ListVersionsResponse |
setVersions(java.util.List<Version> versions)
The list of versions.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getNextPageToken()
null for nonepublic ListVersionsResponse setNextPageToken(java.lang.String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic java.util.List<Version> getVersions()
null for nonepublic ListVersionsResponse setVersions(java.util.List<Version> versions)
versions - versions or null for nonepublic ListVersionsResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ListVersionsResponse clone()
clone in class com.google.api.client.json.GenericJson