Drive API v2 (revision 47)



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

Packages that use About.ImportFormats
com.google.api.services.drive.model   
 

Uses of About.ImportFormats in com.google.api.services.drive.model
 

Methods in com.google.api.services.drive.model that return About.ImportFormats
 About.ImportFormats About.ImportFormats.setSource(java.lang.String source)
          The imported file's content type to convert from.
 About.ImportFormats About.ImportFormats.setTargets(java.util.List<java.lang.String> targets)
          The possible content types to convert to.
 

Methods in com.google.api.services.drive.model that return types with arguments of type About.ImportFormats
 java.util.List<About.ImportFormats> About.getImportFormats()
          The allowable import formats.
 

Method parameters in com.google.api.services.drive.model with type arguments of type About.ImportFormats
 About About.setImportFormats(java.util.List<About.ImportFormats> importFormats)
          The allowable import formats.