|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExportFormat | |
|---|---|
| com.google.api.ads.dfp.axis.utils.v201201 | |
| com.google.api.ads.dfp.axis.v201201 | |
| Uses of ExportFormat in com.google.api.ads.dfp.axis.utils.v201201 |
|---|
| Methods in com.google.api.ads.dfp.axis.utils.v201201 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.v201201 |
|---|
| Fields in com.google.api.ads.dfp.axis.v201201 declared as ExportFormat | |
|---|---|
static ExportFormat |
ExportFormat.CSV
|
static ExportFormat |
ExportFormat.TSV
|
| Methods in com.google.api.ads.dfp.axis.v201201 that return ExportFormat | |
|---|---|
static ExportFormat |
ExportFormat.fromString(String value)
|
static ExportFormat |
ExportFormat.fromValue(String value)
|
| Methods in com.google.api.ads.dfp.axis.v201201 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||