public final class ChildList
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 |
---|
ChildList() |
Modifier and Type | Method and Description |
---|---|
ChildList |
clone() |
java.lang.String |
getEtag()
The ETag of the list.
|
java.util.List<ChildReference> |
getItems()
The actual list of children.
|
java.lang.String |
getKind()
This is always drive#childList.
|
java.lang.String |
getNextLink()
A link to the next page of children.
|
java.lang.String |
getNextPageToken()
The page token for the next page of children.
|
java.lang.String |
getSelfLink()
A link back to this list.
|
ChildList |
set(java.lang.String fieldName,
java.lang.Object value) |
ChildList |
setEtag(java.lang.String etag)
The ETag of the list.
|
ChildList |
setItems(java.util.List<ChildReference> items)
The actual list of children.
|
ChildList |
setKind(java.lang.String kind)
This is always drive#childList.
|
ChildList |
setNextLink(java.lang.String nextLink)
A link to the next page of children.
|
ChildList |
setNextPageToken(java.lang.String nextPageToken)
The page token for the next page of children.
|
ChildList |
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 ChildList setEtag(java.lang.String etag)
etag
- etag or null
for nonepublic java.util.List<ChildReference> getItems()
null
for nonepublic ChildList setItems(java.util.List<ChildReference> items)
items
- items or null
for nonepublic java.lang.String getKind()
null
for nonepublic ChildList setKind(java.lang.String kind)
kind
- kind or null
for nonepublic java.lang.String getNextLink()
null
for nonepublic ChildList setNextLink(java.lang.String nextLink)
nextLink
- nextLink or null
for nonepublic java.lang.String getNextPageToken()
null
for nonepublic ChildList setNextPageToken(java.lang.String nextPageToken)
nextPageToken
- nextPageToken or null
for nonepublic java.lang.String getSelfLink()
null
for nonepublic ChildList setSelfLink(java.lang.String selfLink)
selfLink
- selfLink or null
for nonepublic ChildList set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public ChildList clone()
clone
in class com.google.api.client.json.GenericJson