Drive API v2 (revision 47)



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

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

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

Methods in com.google.api.services.drive.model that return About.ExportFormats
 About.ExportFormats About.ExportFormats.setSource(java.lang.String source)
          The content type to convert from.
 About.ExportFormats About.ExportFormats.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.ExportFormats
 java.util.List<About.ExportFormats> About.getExportFormats()
          The allowable export formats.
 

Method parameters in com.google.api.services.drive.model with type arguments of type About.ExportFormats
 About About.setExportFormats(java.util.List<About.ExportFormats> exportFormats)
          The allowable export formats.