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()
Identifies what kind of resource this is.
|
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)
Identifies what kind of resource this is.
|
GeneratedIds |
setSpace(java.lang.String space)
The type of file that can be created with these IDs.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic 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.GenericJsonpublic GeneratedIds clone()
clone in class com.google.api.client.json.GenericJson