GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Account.Permissions() |
| Modifier and Type | Method and Description |
|---|---|
Account.Permissions |
clone() |
List<String> |
getEffective()
All the permissions that the user has for this account.
|
Account.Permissions |
set(String fieldName,
Object value) |
Account.Permissions |
setEffective(List<String> effective)
All the permissions that the user has for this account.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic List<String> getEffective()
null for nonepublic Account.Permissions setEffective(List<String> effective)
effective - effective or null for nonepublic Account.Permissions set(String fieldName, Object value)
set in class GenericJsonpublic Account.Permissions clone()
clone in class GenericJson