Drive API v2 (revision 47)



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

java.lang.Object
  extended by java.util.AbstractMap<java.lang.String,java.lang.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.ImportFormats
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map<java.lang.String,java.lang.Object>
Enclosing class:
About

public static final class About.ImportFormats
extends GenericJson

Model definition for AboutImportFormats.


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
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>
 
Constructor Summary
About.ImportFormats()
           
 
Method Summary
 java.lang.String getSource()
          The imported file's content type to convert from.
 java.util.List<java.lang.String> getTargets()
          The possible content types to convert to.
 About.ImportFormats setSource(java.lang.String source)
          The imported file's content type to convert from.
 About.ImportFormats setTargets(java.util.List<java.lang.String> targets)
          The possible content types to convert to.
 
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.ImportFormats

public About.ImportFormats()
Method Detail

getSource

public java.lang.String getSource()
The imported file's content type to convert from. The value returned may be null.


setSource

public About.ImportFormats setSource(java.lang.String source)
The imported file's content type to convert from. The value set may be null.


getTargets

public java.util.List<java.lang.String> getTargets()
The possible content types to convert to. The value returned may be null.


setTargets

public About.ImportFormats setTargets(java.util.List<java.lang.String> targets)
The possible content types to convert to. The value set may be null.