public static final class Permission.PermissionDetails
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description | 
|---|
PermissionDetails()  | 
| Modifier and Type | Method and Description | 
|---|---|
Permission.PermissionDetails | 
clone()  | 
Boolean | 
getInherited()
Output only. 
 | 
String | 
getInheritedFrom()
Output only. 
 | 
String | 
getPermissionType()
Output only. 
 | 
String | 
getRole()
Output only. 
 | 
Permission.PermissionDetails | 
set(String fieldName,
   Object value)  | 
Permission.PermissionDetails | 
setInherited(Boolean inherited)
Output only. 
 | 
Permission.PermissionDetails | 
setInheritedFrom(String inheritedFrom)
Output only. 
 | 
Permission.PermissionDetails | 
setPermissionType(String permissionType)
Output only. 
 | 
Permission.PermissionDetails | 
setRole(String role)
Output only. 
 | 
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 Boolean getInherited()
null for nonepublic Permission.PermissionDetails setInherited(Boolean inherited)
inherited - inherited or null for nonepublic String getInheritedFrom()
null for nonepublic Permission.PermissionDetails setInheritedFrom(String inheritedFrom)
inheritedFrom - inheritedFrom or null for nonepublic String getPermissionType()
null for nonepublic Permission.PermissionDetails setPermissionType(String permissionType)
permissionType - permissionType or null for nonepublic String getRole()
null for nonepublic Permission.PermissionDetails setRole(String role)
role - role or null for nonepublic Permission.PermissionDetails set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Permission.PermissionDetails clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.