public final class ChangeList
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 Drive 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 |
|---|
ChangeList() |
| Modifier and Type | Method and Description |
|---|---|
ChangeList |
clone() |
java.util.List<Change> |
getChanges()
The list of changes.
|
java.lang.String |
getKind()
Identifies what kind of resource this is.
|
java.lang.String |
getNewStartPageToken()
The starting page token for future changes.
|
java.lang.String |
getNextPageToken()
The page token for the next page of changes.
|
ChangeList |
set(java.lang.String fieldName,
java.lang.Object value) |
ChangeList |
setChanges(java.util.List<Change> changes)
The list of changes.
|
ChangeList |
setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
ChangeList |
setNewStartPageToken(java.lang.String newStartPageToken)
The starting page token for future changes.
|
ChangeList |
setNextPageToken(java.lang.String nextPageToken)
The page token for the next page of changes.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<Change> getChanges()
null for nonepublic ChangeList setChanges(java.util.List<Change> changes)
changes - changes or null for nonepublic java.lang.String getKind()
null for nonepublic ChangeList setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getNewStartPageToken()
null for nonepublic ChangeList setNewStartPageToken(java.lang.String newStartPageToken)
newStartPageToken - newStartPageToken or null for nonepublic java.lang.String getNextPageToken()
null for nonepublic ChangeList setNextPageToken(java.lang.String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic ChangeList set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ChangeList clone()
clone in class com.google.api.client.json.GenericJson