|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DownloadFormat | |
|---|---|
| com.google.api.ads.adwords.v201109.cm | |
| Uses of DownloadFormat in com.google.api.ads.adwords.v201109.cm |
|---|
| Fields in com.google.api.ads.adwords.v201109.cm declared as DownloadFormat | |
|---|---|
static DownloadFormat |
DownloadFormat.CSV
|
static DownloadFormat |
DownloadFormat.CSVFOREXCEL
|
static DownloadFormat |
DownloadFormat.GZIPPED_CSV
|
static DownloadFormat |
DownloadFormat.GZIPPED_XML
|
static DownloadFormat |
DownloadFormat.TSV
|
static DownloadFormat |
DownloadFormat.XML
|
| Methods in com.google.api.ads.adwords.v201109.cm that return DownloadFormat | |
|---|---|
static DownloadFormat |
DownloadFormat.fromString(String value)
|
static DownloadFormat |
DownloadFormat.fromValue(String value)
|
DownloadFormat |
ReportDefinition.getDownloadFormat()
Gets the downloadFormat value for this ReportDefinition. |
| Methods in com.google.api.ads.adwords.v201109.cm with parameters of type DownloadFormat | |
|---|---|
void |
ReportDefinition.setDownloadFormat(DownloadFormat downloadFormat)
Sets the downloadFormat value for this ReportDefinition. |
| Constructors in com.google.api.ads.adwords.v201109.cm with parameters of type DownloadFormat | |
|---|---|
ReportDefinition(Long id,
Selector selector,
String reportName,
ReportDefinitionReportType reportType,
Boolean hasAttachment,
ReportDefinitionDateRangeType dateRangeType,
DownloadFormat downloadFormat,
String creationTime,
Boolean includeZeroImpressions)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||