public static final class Permission.PermissionDetails
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags
AbstractMap.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, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public 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.GenericJson
public Permission.PermissionDetails clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.