public static final class EntityUserLink.Permissions extends GenericJson
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Permissions() |
| Modifier and Type | Method and Description |
|---|---|
EntityUserLink.Permissions |
clone() |
List<String> |
getEffective()
Effective permissions represent all the permissions that a user has for this entity.
|
List<String> |
getLocal()
Permissions that a user has been assigned at this very level.
|
EntityUserLink.Permissions |
set(String fieldName,
Object value) |
EntityUserLink.Permissions |
setEffective(List<String> effective)
Effective permissions represent all the permissions that a user has for this entity.
|
EntityUserLink.Permissions |
setLocal(List<String> local)
Permissions that a user has been assigned at this very level.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic List<String> getEffective()
null for nonepublic EntityUserLink.Permissions setEffective(List<String> effective)
effective - effective or null for nonepublic List<String> getLocal()
null for nonepublic EntityUserLink.Permissions setLocal(List<String> local)
local - local or null for nonepublic EntityUserLink.Permissions set(String fieldName, Object value)
set in class GenericJsonpublic EntityUserLink.Permissions clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.