Drive API v2 (revision 1)



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

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.RoleSets
All Implemented Interfaces:
Cloneable, Map<String,Object>
Enclosing class:
About.AdditionalRoleInfo

public static final class About.AdditionalRoleInfo.RoleSets
extends GenericJson

Model definition for AboutAdditionalRoleInfoRoleSets.


Nested Class Summary
 
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.RoleSets()
           
 
Method Summary
 List<String> getAdditionalRoles()
          The list of additional roles for this role set.
 String getPrimaryRole()
          The primary role for this role set.
 About.AdditionalRoleInfo.RoleSets setAdditionalRoles(List<String> additionalRoles)
          The list of additional roles for this role set.
 About.AdditionalRoleInfo.RoleSets setPrimaryRole(String primaryRole)
          The primary role for this role set.
 
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.RoleSets

public About.AdditionalRoleInfo.RoleSets()
Method Detail

getPrimaryRole

public String getPrimaryRole()
The primary role for this role set. The value returned may be null.


setPrimaryRole

public About.AdditionalRoleInfo.RoleSets setPrimaryRole(String primaryRole)
The primary role for this role set. The value set may be null.


getAdditionalRoles

public List<String> getAdditionalRoles()
The list of additional roles for this role set. The value returned may be null.


setAdditionalRoles

public About.AdditionalRoleInfo.RoleSets setAdditionalRoles(List<String> additionalRoles)
The list of additional roles for this role set. The value set may be null.