public static final class Profile.Permissions
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
Profile.Permissions() |
| Modifier and Type | Method and Description |
|---|---|
Profile.Permissions |
clone() |
java.util.List<java.lang.String> |
getEffective()
All the permissions that the user has for this view (profile).
|
Profile.Permissions |
set(java.lang.String fieldName,
java.lang.Object value) |
Profile.Permissions |
setEffective(java.util.List<java.lang.String> effective)
All the permissions that the user has for this view (profile).
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<java.lang.String> getEffective()
null for nonepublic Profile.Permissions setEffective(java.util.List<java.lang.String> effective)
effective - effective or null for nonepublic Profile.Permissions set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Profile.Permissions clone()
clone in class com.google.api.client.json.GenericJson