public static final class Webproperty.Permissions
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
Permissions() |
| Modifier and Type | Method and Description |
|---|---|
Webproperty.Permissions |
clone() |
java.util.List<java.lang.String> |
getEffective()
All the permissions that the user has for this web property.
|
Webproperty.Permissions |
set(java.lang.String fieldName,
java.lang.Object value) |
Webproperty.Permissions |
setEffective(java.util.List<java.lang.String> effective)
All the permissions that the user has for this web property.
|
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> getEffective()
null for nonepublic Webproperty.Permissions setEffective(java.util.List<java.lang.String> effective)
effective - effective or null for nonepublic Webproperty.Permissions set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Webproperty.Permissions clone()
clone in class com.google.api.client.json.GenericJson