public final class GeneratedIds extends 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
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
GeneratedIds() |
| Modifier and Type | Method and Description |
|---|---|
GeneratedIds |
clone() |
List<String> |
getIds()
The IDs generated for the requesting user in the specified space.
|
String |
getKind()
Identifies what kind of resource this is.
|
String |
getSpace()
The type of file that can be created with these IDs.
|
GeneratedIds |
set(String fieldName,
Object value) |
GeneratedIds |
setIds(List<String> ids)
The IDs generated for the requesting user in the specified space.
|
GeneratedIds |
setKind(String kind)
Identifies what kind of resource this is.
|
GeneratedIds |
setSpace(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 List<String> getIds()
null for nonepublic GeneratedIds setIds(List<String> ids)
ids - ids or null for nonepublic String getKind()
null for nonepublic GeneratedIds setKind(String kind)
kind - kind or null for nonepublic String getSpace()
null for nonepublic GeneratedIds setSpace(String space)
space - space or null for nonepublic GeneratedIds set(String fieldName, Object value)
set in class GenericJsonpublic GeneratedIds clone()
clone in class GenericJson