Package | Description |
---|---|
com.google.api.ads.adwords.lib.utils | |
com.google.api.ads.adwords.lib.utils.v201710 | |
com.google.api.ads.adwords.lib.utils.v201802 |
Modifier and Type | Interface and Description |
---|---|
static interface |
ReportQueryInterface.BuilderInterface.ReportWhereBuilderInterface<BuilderT extends ReportQueryInterface.BuilderInterface>
A builder for the WHERE clause of queries.
|
Modifier and Type | Method and Description |
---|---|
ReportQueryInterface.BuilderInterface |
ReportQueryInterface.BuilderInterface.during(Enum<?> dateRange)
Specifies a date range for the DURING clause of a report query.
|
ReportQueryInterface.BuilderInterface |
ReportQueryInterface.BuilderInterface.during(org.joda.time.LocalDate startDate,
org.joda.time.LocalDate endDate)
Specifies start and end dates for the DURING clause of a report query.
|
ReportQueryInterface.BuilderInterface |
ReportQueryInterface.BuilderInterface.fields(Iterable<String> fields) |
ReportQueryInterface.BuilderInterface |
ReportQueryInterface.BuilderInterface.fields(String... fields) |
ReportQueryInterface.BuilderInterface |
ReportQueryInterface.BuilderInterface.from(Enum<?> reportType)
Specifies a report type to be used as the FROM clause of a report query.
|
ReportQueryInterface.BuilderInterface |
ReportQueryInterface.BuilderInterface.from(String reportType)
Specifies a report type to be used as the FROM clause of a report query.
|
Modifier and Type | Class and Description |
---|---|
static class |
ReportQuery.Builder
Builds a
ReportQuery object. |
Constructor and Description |
---|
Builder(ReportQueryInterface.BuilderInterface builderInterface)
Constructs a new report query builder by copying all properties from the passed report query
builder.
|
Constructor and Description |
---|
Builder(ReportQueryInterface.BuilderInterface builderInterface)
Constructs a new report query builder by copying all properties from the passed report query
builder.
|
Copyright © 2018. All Rights Reserved.