Drive API v2 (revision 1)



com.google.api.services.drive.model
Class About.AdditionalRoleInfo

java.lang.Object
  extended by java.util.AbstractMap<String,Object>
      extended by com.google.api.client.util.GenericData
          extended by com.google.api.client.json.GenericJson
              extended by com.google.api.services.drive.model.About.AdditionalRoleInfo
All Implemented Interfaces:
Cloneable, Map<String,Object>
Enclosing class:
About

public static final class About.AdditionalRoleInfo
extends GenericJson

Model definition for AboutAdditionalRoleInfo.


Nested Class Summary
static class About.AdditionalRoleInfo.RoleSets
          Model definition for AboutAdditionalRoleInfoRoleSets.
 
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
GenericData.Flags
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
About.AdditionalRoleInfo()
           
 
Method Summary
 List<About.AdditionalRoleInfo.RoleSets> getRoleSets()
          The role sets for this role info item.
 String getType()
          The content type for this ACL role info item.
 About.AdditionalRoleInfo setRoleSets(List<About.AdditionalRoleInfo.RoleSets> roleSets)
          The role sets for this role info item.
 About.AdditionalRoleInfo setType(String type)
          The content type for this ACL role info item.
 
Methods inherited from class com.google.api.client.json.GenericJson
clone, getFactory, setFactory, toPrettyString, toString
 
Methods inherited from class com.google.api.client.util.GenericData
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, setUnknownKeys
 
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
 

Constructor Detail

About.AdditionalRoleInfo

public About.AdditionalRoleInfo()
Method Detail

getRoleSets

public List<About.AdditionalRoleInfo.RoleSets> getRoleSets()
The role sets for this role info item. The value returned may be null.


setRoleSets

public About.AdditionalRoleInfo setRoleSets(List<About.AdditionalRoleInfo.RoleSets> roleSets)
The role sets for this role info item. The value set may be null.


getType

public String getType()
The content type for this ACL role info item. The value returned may be null.


setType

public About.AdditionalRoleInfo setType(String type)
The content type for this ACL role info item. The value set may be null.