Drive API v2 (revision 1)



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(String source)
          The content type to convert from.
 About.ExportFormats About.ExportFormats.setTargets(List<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
 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(List<About.ExportFormats> exportFormats)
          The allowable export formats.