public final class FileList
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: http://code.google.com/p/google-http-java-client/wiki/JSON
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
FileList() |
Modifier and Type | Method and Description |
---|---|
FileList |
clone() |
java.lang.String |
getEtag()
The ETag of the list.
|
java.lang.Boolean |
getIncompleteSearch()
Whether the search process was incomplete.
|
java.util.List<File> |
getItems()
The list of files.
|
java.lang.String |
getKind()
This is always drive#fileList.
|
java.lang.String |
getNextLink()
A link to the next page of files.
|
java.lang.String |
getNextPageToken()
The page token for the next page of files.
|
java.lang.String |
getSelfLink()
A link back to this list.
|
FileList |
set(java.lang.String fieldName,
java.lang.Object value) |
FileList |
setEtag(java.lang.String etag)
The ETag of the list.
|
FileList |
setIncompleteSearch(java.lang.Boolean incompleteSearch)
Whether the search process was incomplete.
|
FileList |
setItems(java.util.List<File> items)
The list of files.
|
FileList |
setKind(java.lang.String kind)
This is always drive#fileList.
|
FileList |
setNextLink(java.lang.String nextLink)
A link to the next page of files.
|
FileList |
setNextPageToken(java.lang.String nextPageToken)
The page token for the next page of files.
|
FileList |
setSelfLink(java.lang.String selfLink)
A link back to this list.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.lang.String getEtag()
null
for nonepublic FileList setEtag(java.lang.String etag)
etag
- etag or null
for nonepublic java.lang.Boolean getIncompleteSearch()
null
for nonepublic FileList setIncompleteSearch(java.lang.Boolean incompleteSearch)
incompleteSearch
- incompleteSearch or null
for nonepublic java.util.List<File> getItems()
null
for nonepublic FileList setItems(java.util.List<File> items)
items
- items or null
for nonepublic java.lang.String getKind()
null
for nonepublic FileList setKind(java.lang.String kind)
kind
- kind or null
for nonepublic java.lang.String getNextLink()
null
for nonepublic FileList setNextLink(java.lang.String nextLink)
nextLink
- nextLink or null
for nonepublic java.lang.String getNextPageToken()
null
for nonepublic FileList setNextPageToken(java.lang.String nextPageToken)
nextPageToken
- nextPageToken or null
for nonepublic java.lang.String getSelfLink()
null
for nonepublic FileList setSelfLink(java.lang.String selfLink)
selfLink
- selfLink or null
for nonepublic FileList set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public FileList clone()
clone
in class com.google.api.client.json.GenericJson