Uses of Class
com.google.api.ads.adwords.lib.jaxb.v201206.DownloadFormat

Packages that use DownloadFormat
com.google.api.ads.adwords.lib.jaxb.v201206   
com.google.api.ads.adwords.lib.utils.v201206   
 

Uses of DownloadFormat in com.google.api.ads.adwords.lib.jaxb.v201206
 

Fields in com.google.api.ads.adwords.lib.jaxb.v201206 declared as DownloadFormat
protected  DownloadFormat ReportDefinition.downloadFormat
           
 

Methods in com.google.api.ads.adwords.lib.jaxb.v201206 that return DownloadFormat
static DownloadFormat DownloadFormat.fromValue(String v)
           
 DownloadFormat ReportDefinition.getDownloadFormat()
          Gets the value of the downloadFormat property.
static DownloadFormat DownloadFormat.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DownloadFormat[] DownloadFormat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.google.api.ads.adwords.lib.jaxb.v201206 with parameters of type DownloadFormat
 void ReportDefinition.setDownloadFormat(DownloadFormat value)
          Sets the value of the downloadFormat property.
 

Uses of DownloadFormat in com.google.api.ads.adwords.lib.utils.v201206
 

Methods in com.google.api.ads.adwords.lib.utils.v201206 with parameters of type DownloadFormat
 ReportDownloadResponse ReportDownloader.downloadReport(String reportQuery, DownloadFormat format)
          Downloads a report query (AWQL) and returns a ReportDownloadResponse with the results.
 



Copyright © 2012. All Rights Reserved.