public static final class File.ParentsCollection
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
File.ParentsCollection() |
| Modifier and Type | Method and Description |
|---|---|
File.ParentsCollection |
clone() |
java.lang.String |
getId()
The id of this parent
|
java.lang.String |
getParentLink()
A link to get the metadata for this parent
|
File.ParentsCollection |
set(java.lang.String fieldName,
java.lang.Object value) |
File.ParentsCollection |
setId(java.lang.String id)
The id of this parent
|
File.ParentsCollection |
setParentLink(java.lang.String parentLink)
A link to get the metadata for this parent
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getId()
null for nonepublic File.ParentsCollection setId(java.lang.String id)
id - id or null for nonepublic java.lang.String getParentLink()
null for nonepublic File.ParentsCollection setParentLink(java.lang.String parentLink)
parentLink - parentLink or null for nonepublic File.ParentsCollection set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic File.ParentsCollection clone()
clone in class com.google.api.client.json.GenericJson