Drive API v2 (revision 47)
com.google.api.services.drive.model
Class About.AdditionalRoleInfo
java.lang.Object
java.util.AbstractMap<java.lang.String,java.lang.Object>
com.google.api.client.util.GenericData
com.google.api.client.json.GenericJson
com.google.api.services.drive.model.About.AdditionalRoleInfo
- All Implemented Interfaces:
- java.lang.Cloneable, java.util.Map<java.lang.String,java.lang.Object>
- Enclosing class:
- About
public static final class About.AdditionalRoleInfo
- extends GenericJson
Model definition for AboutAdditionalRoleInfo.
Nested classes/interfaces inherited from class java.util.AbstractMap |
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
Nested classes/interfaces inherited from interface java.util.Map |
java.util.Map.Entry<K,V> |
Methods inherited from class java.util.AbstractMap |
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
About.AdditionalRoleInfo
public About.AdditionalRoleInfo()
getRoleSets
public java.util.List<About.AdditionalRoleInfo.RoleSets> getRoleSets()
- The supported additional roles per primary role.
The value returned may be
null
.
setRoleSets
public About.AdditionalRoleInfo setRoleSets(java.util.List<About.AdditionalRoleInfo.RoleSets> roleSets)
- The supported additional roles per primary role.
The value set may be
null
.
getType
public java.lang.String getType()
- The content type that this additional role info applies to.
The value returned may be
null
.
setType
public About.AdditionalRoleInfo setType(java.lang.String type)
- The content type that this additional role info applies to.
The value set may be
null
.