public final class ListDeploymentsResponse extends 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 Google Apps Script API. For a detailed explanation see: http://code.google.com/p/google-http-java-client/wiki/JSON
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
ListDeploymentsResponse() |
Modifier and Type | Method and Description |
---|---|
ListDeploymentsResponse |
clone() |
List<Deployment> |
getDeployments()
The list of deployments.
|
String |
getNextPageToken()
The token that can be used in the next call to get the next page of results.
|
ListDeploymentsResponse |
set(String fieldName,
Object value) |
ListDeploymentsResponse |
setDeployments(List<Deployment> deployments)
The list of deployments.
|
ListDeploymentsResponse |
setNextPageToken(String nextPageToken)
The token that can be used in the next call to get the next page of results.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public List<Deployment> getDeployments()
null
for nonepublic ListDeploymentsResponse setDeployments(List<Deployment> deployments)
deployments
- deployments or null
for nonepublic String getNextPageToken()
null
for nonepublic ListDeploymentsResponse setNextPageToken(String nextPageToken)
nextPageToken
- nextPageToken or null
for nonepublic ListDeploymentsResponse set(String fieldName, Object value)
set
in class GenericJson
public ListDeploymentsResponse clone()
clone
in class GenericJson