public static final class PermissionsBatchDeleteRequest.Permissions extends GenericJson
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
PermissionsBatchDeleteRequest.Permissions() |
| Modifier and Type | Method and Description |
|---|---|
PermissionsBatchDeleteRequest.Permissions |
clone() |
String |
getEmailAddress()
The email address of the user or group this permission refers to.
|
String |
getId()
The unique identifier of the permission.
|
PermissionsBatchDeleteRequest.Permissions |
set(String fieldName,
Object value) |
PermissionsBatchDeleteRequest.Permissions |
setEmailAddress(String emailAddress)
The email address of the user or group this permission refers to.
|
PermissionsBatchDeleteRequest.Permissions |
setId(String id)
The unique identifier of the permission.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic PermissionsBatchDeleteRequest.Permissions()
public String getEmailAddress()
null for nonepublic PermissionsBatchDeleteRequest.Permissions setEmailAddress(String emailAddress)
emailAddress - emailAddress or null for nonepublic String getId()
null for nonepublic PermissionsBatchDeleteRequest.Permissions setId(String id)
id - id or null for nonepublic PermissionsBatchDeleteRequest.Permissions set(String fieldName, Object value)
set in class GenericJsonpublic PermissionsBatchDeleteRequest.Permissions clone()
clone in class GenericJson