public static final class Permission.TeamDrivePermissionDetails
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 |
---|
TeamDrivePermissionDetails() |
Modifier and Type | Method and Description |
---|---|
Permission.TeamDrivePermissionDetails |
clone() |
Boolean |
getInherited()
Deprecated: Output only.
|
String |
getInheritedFrom()
Deprecated: Output only.
|
String |
getRole()
Deprecated: Output only.
|
String |
getTeamDrivePermissionType()
Deprecated: Output only.
|
Permission.TeamDrivePermissionDetails |
set(String fieldName,
Object value) |
Permission.TeamDrivePermissionDetails |
setInherited(Boolean inherited)
Deprecated: Output only.
|
Permission.TeamDrivePermissionDetails |
setInheritedFrom(String inheritedFrom)
Deprecated: Output only.
|
Permission.TeamDrivePermissionDetails |
setRole(String role)
Deprecated: Output only.
|
Permission.TeamDrivePermissionDetails |
setTeamDrivePermissionType(String teamDrivePermissionType)
Deprecated: 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.TeamDrivePermissionDetails setInherited(Boolean inherited)
inherited
- inherited or null
for nonepublic String getInheritedFrom()
null
for nonepublic Permission.TeamDrivePermissionDetails setInheritedFrom(String inheritedFrom)
inheritedFrom
- inheritedFrom or null
for nonepublic String getRole()
null
for nonepublic Permission.TeamDrivePermissionDetails setRole(String role)
role
- role or null
for nonepublic String getTeamDrivePermissionType()
null
for nonepublic Permission.TeamDrivePermissionDetails setTeamDrivePermissionType(String teamDrivePermissionType)
teamDrivePermissionType
- teamDrivePermissionType or null
for nonepublic Permission.TeamDrivePermissionDetails set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public Permission.TeamDrivePermissionDetails clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.