public static final class Webproperty.Permissions extends GenericJson
GenericData.Flags
AbstractMap.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, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public 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 GenericJson
public Webproperty.Permissions clone()
clone
in class GenericJson