public class ReportingConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ReportingConfiguration.Builder
Builder for
ReportingConfiguration objects. |
Modifier and Type | Method and Description |
---|---|
Boolean |
isSkipReportHeader()
Return if report responses should skip the header row containing the
report name and date range.
|
Boolean |
isSkipReportSummary()
Return if report responses should skip the summary row containing totals.
|
void |
validate(String version)
Validates this object for the specified version of the AdWords API.
|
@Nullable public Boolean isSkipReportHeader()
@Nullable public Boolean isSkipReportSummary()
public void validate(@Nullable String version)
version
- the version of the API to validate against, e.g., v201409
.IllegalArgumentException
- if validation failsCopyright © 2015. All Rights Reserved.