public final class PermissionsBatchUpdateRequest
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 Google Maps Engine API. For a detailed explanation see: http://code.google.com/p/google-http-java-client/wiki/JSON
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
PermissionsBatchUpdateRequest() |
| Modifier and Type | Method and Description |
|---|---|
PermissionsBatchUpdateRequest |
clone() |
java.util.List<Permission> |
getPermissions()
The permissions to be inserted or updated.
|
PermissionsBatchUpdateRequest |
set(java.lang.String fieldName,
java.lang.Object value) |
PermissionsBatchUpdateRequest |
setPermissions(java.util.List<Permission> permissions)
The permissions to be inserted or updated.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<Permission> getPermissions()
null for nonepublic PermissionsBatchUpdateRequest setPermissions(java.util.List<Permission> permissions)
permissions - permissions or null for nonepublic PermissionsBatchUpdateRequest set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic PermissionsBatchUpdateRequest clone()
clone in class com.google.api.client.json.GenericJson