public final class ListDeploymentsResponse
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 |
|---|
ListDeploymentsResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentsResponse |
clone() |
java.util.List<Deployment> |
getDeployments()
The list of deployments.
|
java.lang.String |
getNextPageToken()
The token that can be used in the next call to get the next page of results.
|
ListDeploymentsResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
ListDeploymentsResponse |
setDeployments(java.util.List<Deployment> deployments)
The list of deployments.
|
ListDeploymentsResponse |
setNextPageToken(java.lang.String nextPageToken)
The token that can be used in the next call to get the next page of results.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.util.List<Deployment> getDeployments()
null for nonepublic ListDeploymentsResponse setDeployments(java.util.List<Deployment> deployments)
deployments - deployments or null for nonepublic java.lang.String getNextPageToken()
null for nonepublic ListDeploymentsResponse setNextPageToken(java.lang.String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic ListDeploymentsResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ListDeploymentsResponse clone()
clone in class com.google.api.client.json.GenericJson