public static final class Webproperty.Permissions extends GenericJson
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Webproperty.Permissions() |
| Modifier and Type | Method and Description |
|---|---|
Webproperty.Permissions |
clone() |
List<String> |
getEffective()
All the permissions that the user has for this web property.
|
Webproperty.Permissions |
set(String fieldName,
Object value) |
Webproperty.Permissions |
setEffective(List<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 List<String> getEffective()
null for nonepublic Webproperty.Permissions setEffective(List<String> effective)
effective - effective or null for nonepublic Webproperty.Permissions set(String fieldName, Object value)
set in class GenericJsonpublic Webproperty.Permissions clone()
clone in class GenericJson