| Package | Description |
|---|---|
| com.google.api.ads.dfp.axis.utils.v201302 | |
| com.google.api.ads.dfp.axis.v201302 |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Field and Description |
|---|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
static ExportFormat |
ExportFormat.fromString(String value) |
static ExportFormat |
ExportFormat.fromValue(String value) |
ExportFormat |
ReportDownloadOptions.getExportFormat()
Gets the exportFormat value for this ReportDownloadOptions.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ReportServiceInterface.getReportDownloadURL(Long reportJobId,
ExportFormat exportFormat)
Returns the URL at which the report file can be downloaded.
|
String |
ReportServiceSoapBindingStub.getReportDownloadURL(Long reportJobId,
ExportFormat exportFormat) |
void |
ReportDownloadOptions.setExportFormat(ExportFormat exportFormat)
Sets the exportFormat value for this ReportDownloadOptions.
|
| Constructor and Description |
|---|
ReportDownloadOptions(ExportFormat exportFormat,
Boolean includeReportProperties,
Boolean includeTotalsRow,
Boolean useGzipCompression) |
Copyright © 2014. All Rights Reserved.