Drive API v2 (revision 1)



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

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

public static final class About.MaxUploadSizes
extends GenericJson

Model definition for AboutMaxUploadSizes.


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.MaxUploadSizes()
           
 
Method Summary
 Long getSize()
          The max upload size for this type.
 String getType()
          The file type.
 About.MaxUploadSizes setSize(Long size)
          The max upload size for this type.
 About.MaxUploadSizes setType(String type)
          The file type.
 
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.MaxUploadSizes

public About.MaxUploadSizes()
Method Detail

getType

public String getType()
The file type. The value returned may be null.


setType

public About.MaxUploadSizes setType(String type)
The file type. The value set may be null.


getSize

public Long getSize()
The max upload size for this type. The value returned may be null.


setSize

public About.MaxUploadSizes setSize(Long size)
The max upload size for this type. The value set may be null.