Uses of Class
com.google.api.ads.dfp.axis.v201208.ExportFormat

Packages that use ExportFormat
com.google.api.ads.dfp.axis.utils.v201208   
com.google.api.ads.dfp.axis.v201208   
 

Uses of ExportFormat in com.google.api.ads.dfp.axis.utils.v201208
 

Methods in com.google.api.ads.dfp.axis.utils.v201208 with parameters of type ExportFormat
 void ReportDownloader.downloadReport(ExportFormat exportFormat, OutputStream outputStream)
          Downloads a Gzip or plain-text format report XML to output stream indicated by outputStream.
 void ReportDownloader.downloadReport(ExportFormat exportFormat, String fileName)
          Downloads a Gzip report to file located at fileName.
 String ReportDownloader.getReport(ExportFormat exportFormat)
          Gets the plain-text format report as a String.
 

Uses of ExportFormat in com.google.api.ads.dfp.axis.v201208
 

Fields in com.google.api.ads.dfp.axis.v201208 declared as ExportFormat
static ExportFormat ExportFormat.CSV_DUMP
           
static ExportFormat ExportFormat.CSV_EXCEL
           
static ExportFormat ExportFormat.TSV
           
static ExportFormat ExportFormat.XLS
           
static ExportFormat ExportFormat.XLSX
           
static ExportFormat ExportFormat.XML
           
 

Methods in com.google.api.ads.dfp.axis.v201208 that return ExportFormat
static ExportFormat ExportFormat.fromString(String value)
           
static ExportFormat ExportFormat.fromValue(String value)
           
 ExportFormat ReportDownloadOptions.getExportFormat()
          Gets the exportFormat value for this ReportDownloadOptions.
 

Methods in com.google.api.ads.dfp.axis.v201208 with parameters of type ExportFormat
 String ReportServiceSoapBindingStub.getReportDownloadURL(Long reportJobId, ExportFormat exportFormat)
           
 String ReportServiceInterface.getReportDownloadURL(Long reportJobId, ExportFormat exportFormat)
          Returns the URL at which the report file can be downloaded.
 void ReportDownloadOptions.setExportFormat(ExportFormat exportFormat)
          Sets the exportFormat value for this ReportDownloadOptions.
 

Constructors in com.google.api.ads.dfp.axis.v201208 with parameters of type ExportFormat
ReportDownloadOptions(ExportFormat exportFormat, Boolean includeReportProperties, Boolean includeTotalsRow, Boolean useGzipCompression)
           
 



Copyright © 2012. All Rights Reserved.