public static final class AclRule.Scope
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
AclRule.Scope() |
| Modifier and Type | Method and Description |
|---|---|
AclRule.Scope |
clone() |
java.lang.String |
getType()
The type of the scope.
|
java.lang.String |
getValue()
The email address of a user or group, or the name of a domain, depending on the scope type.
|
AclRule.Scope |
set(java.lang.String fieldName,
java.lang.Object value) |
AclRule.Scope |
setType(java.lang.String type)
The type of the scope.
|
AclRule.Scope |
setValue(java.lang.String value)
The email address of a user or group, or the name of a domain, depending on the scope type.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getType()
null for nonepublic AclRule.Scope setType(java.lang.String type)
type - type or null for nonepublic java.lang.String getValue()
null for nonepublic AclRule.Scope setValue(java.lang.String value)
value - value or null for nonepublic AclRule.Scope set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic AclRule.Scope clone()
clone in class com.google.api.client.json.GenericJson