All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.drive.model.About.ExportFormats.html Maven / Gradle / Ivy







About.ExportFormats (Drive API v2-rev20180830-1.26.0)












com.google.api.services.drive.model

Class About.ExportFormats

  • All Implemented Interfaces:
    Cloneable, Map<String,Object>
    Enclosing class:
    About


    public static final class About.ExportFormats
    extends com.google.api.client.json.GenericJson
    Model definition for AboutExportFormats.
    • Constructor Detail

      • ExportFormats

        public ExportFormats()
    • Method Detail

      • getSource

        public String getSource()
        The content type to convert from.
        Returns:
        value or null for none
      • setSource

        public About.ExportFormats setSource(String source)
        The content type to convert from.
        Parameters:
        source - source or null for none
      • getTargets

        public List<String> getTargets()
        The possible content types to convert to.
        Returns:
        value or null for none
      • setTargets

        public About.ExportFormats setTargets(List<String> targets)
        The possible content types to convert to.
        Parameters:
        targets - targets or null for none
      • clone

        public About.ExportFormats clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2018 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy