public final class GeneratedIds
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 |
---|
GeneratedIds() |
Modifier and Type | Method and Description |
---|---|
GeneratedIds |
clone() |
java.util.List<java.lang.String> |
getIds()
The IDs generated for the requesting user in the specified space.
|
java.lang.String |
getKind()
This is always drive#generatedIds
|
java.lang.String |
getSpace()
The type of file that can be created with these IDs.
|
GeneratedIds |
set(java.lang.String fieldName,
java.lang.Object value) |
GeneratedIds |
setIds(java.util.List<java.lang.String> ids)
The IDs generated for the requesting user in the specified space.
|
GeneratedIds |
setKind(java.lang.String kind)
This is always drive#generatedIds
|
GeneratedIds |
setSpace(java.lang.String space)
The type of file that can be created with these IDs.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.util.List<java.lang.String> getIds()
null
for nonepublic GeneratedIds setIds(java.util.List<java.lang.String> ids)
ids
- ids or null
for nonepublic java.lang.String getKind()
null
for nonepublic GeneratedIds setKind(java.lang.String kind)
kind
- kind or null
for nonepublic java.lang.String getSpace()
null
for nonepublic GeneratedIds setSpace(java.lang.String space)
space
- space or null
for nonepublic GeneratedIds set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public GeneratedIds clone()
clone
in class com.google.api.client.json.GenericJson