public final class ListUserProcessesResponse
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 |
|---|
ListUserProcessesResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListUserProcessesResponse |
clone() |
java.lang.String |
getNextPageToken()
Token for the next page of results.
|
java.util.List<GoogleAppsScriptTypeProcess> |
getProcesses()
List of processes matching request parameters.
|
ListUserProcessesResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
ListUserProcessesResponse |
setNextPageToken(java.lang.String nextPageToken)
Token for the next page of results.
|
ListUserProcessesResponse |
setProcesses(java.util.List<GoogleAppsScriptTypeProcess> processes)
List of processes matching request parameters.
|
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 ListUserProcessesResponse setNextPageToken(java.lang.String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic java.util.List<GoogleAppsScriptTypeProcess> getProcesses()
null for nonepublic ListUserProcessesResponse setProcesses(java.util.List<GoogleAppsScriptTypeProcess> processes)
processes - processes or null for nonepublic ListUserProcessesResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ListUserProcessesResponse clone()
clone in class com.google.api.client.json.GenericJson