public final class PermissionList 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 |
|---|
PermissionList() |
| Modifier and Type | Method and Description |
|---|---|
PermissionList |
clone() |
String |
getKind()
Identifies what kind of resource this is.
|
List<Permission> |
getPermissions()
The full list of permissions.
|
PermissionList |
set(String fieldName,
Object value) |
PermissionList |
setKind(String kind)
Identifies what kind of resource this is.
|
PermissionList |
setPermissions(List<Permission> permissions)
The full list of permissions.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic String getKind()
null for nonepublic PermissionList setKind(String kind)
kind - kind or null for nonepublic List<Permission> getPermissions()
null for nonepublic PermissionList setPermissions(List<Permission> permissions)
permissions - permissions or null for nonepublic PermissionList set(String fieldName, Object value)
set in class GenericJsonpublic PermissionList clone()
clone in class GenericJson