Uses of Class
com.google.api.ads.adwords.lib.utils.ReportDownloadResponse

Packages that use ReportDownloadResponse
com.google.api.ads.adwords.lib.utils   
com.google.api.ads.adwords.lib.utils.v201206   
com.google.api.ads.adwords.lib.utils.v201209   
 

Uses of ReportDownloadResponse in com.google.api.ads.adwords.lib.utils
 

Methods in com.google.api.ads.adwords.lib.utils that return ReportDownloadResponse
 ReportDownloadResponse DefinedReportDownloadHelper.downloadReport(long reportDefinitionId)
          Deprecated. Downloads a report and returns a ReportDownloadResponse with the results.
 ReportDownloadResponse LegacyErrorResponseHandler.handleResponse(RawReportDownloadResponse response)
          Processes a RawReportDownloadResponse into a ReportDownloadResponse, unwrapping pre-v201209 error messages if possible.
 

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

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

Uses of ReportDownloadResponse in com.google.api.ads.adwords.lib.utils.v201209
 

Methods in com.google.api.ads.adwords.lib.utils.v201209 that return ReportDownloadResponse
 ReportDownloadResponse ReportDownloader.downloadReport(ReportDefinition reportDefinition)
          Downloads a report and returns a ReportDownloadResponse with the results.
 ReportDownloadResponse ReportDownloader.downloadReport(String reportQuery, DownloadFormat format)
          Downloads a report query (AWQL) and returns a ReportDownloadResponse with the results.
 



Copyright © 2012. All Rights Reserved.