public final class ParentList
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 |
|---|
ParentList() |
| Modifier and Type | Method and Description |
|---|---|
ParentList |
clone() |
java.lang.String |
getEtag()
The ETag of the list.
|
java.util.List<ParentReference> |
getItems()
The actual list of parents.
|
java.lang.String |
getKind()
This is always drive#parentList.
|
java.lang.String |
getSelfLink()
A link back to this list.
|
ParentList |
set(java.lang.String fieldName,
java.lang.Object value) |
ParentList |
setEtag(java.lang.String etag)
The ETag of the list.
|
ParentList |
setItems(java.util.List<ParentReference> items)
The actual list of parents.
|
ParentList |
setKind(java.lang.String kind)
This is always drive#parentList.
|
ParentList |
setSelfLink(java.lang.String selfLink)
A link back to this list.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getEtag()
null for nonepublic ParentList setEtag(java.lang.String etag)
etag - etag or null for nonepublic java.util.List<ParentReference> getItems()
null for nonepublic ParentList setItems(java.util.List<ParentReference> items)
items - items or null for nonepublic java.lang.String getKind()
null for nonepublic ParentList setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getSelfLink()
null for nonepublic ParentList setSelfLink(java.lang.String selfLink)
selfLink - selfLink or null for nonepublic ParentList set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ParentList clone()
clone in class com.google.api.client.json.GenericJson