target.apidocs.com.google.api.services.drive.model.About.AdditionalRoleInfo.html Maven / Gradle / Ivy
About.AdditionalRoleInfo (Google Drive API v2-rev20240809-2.0.0)
com.google.api.services.drive.model
Class About.AdditionalRoleInfo
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.drive.model.About.AdditionalRoleInfo
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
static class
About.AdditionalRoleInfo.RoleSets
Model definition for AboutAdditionalRoleInfoRoleSets.
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Constructor and Description
AdditionalRoleInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
About.AdditionalRoleInfo
clone()
List<About.AdditionalRoleInfo.RoleSets>
getRoleSets()
The supported additional roles per primary role.
String
getType()
The content type that this additional role info applies to.
About.AdditionalRoleInfo
set(String fieldName,
Object value)
About.AdditionalRoleInfo
setRoleSets(List<About.AdditionalRoleInfo.RoleSets> roleSets)
The supported additional roles per primary role.
About.AdditionalRoleInfo
setType(String type)
The content type that this additional role info applies to.
-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Method Detail
-
getRoleSets
public List<About.AdditionalRoleInfo.RoleSets> getRoleSets()
The supported additional roles per primary role.
- Returns:
- value or
null
for none
-
setRoleSets
public About.AdditionalRoleInfo setRoleSets(List<About.AdditionalRoleInfo.RoleSets> roleSets)
The supported additional roles per primary role.
- Parameters:
roleSets
- roleSets or null
for none
-
getType
public String getType()
The content type that this additional role info applies to.
- Returns:
- value or
null
for none
-
setType
public About.AdditionalRoleInfo setType(String type)
The content type that this additional role info applies to.
- Parameters:
type
- type or null
for none
-
set
public About.AdditionalRoleInfo set(String fieldName,
Object value)
- Overrides:
set
in class com.google.api.client.json.GenericJson
-
clone
public About.AdditionalRoleInfo clone()
- Overrides:
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.