| Package | Description |
|---|---|
| com.google.api.ads.dfp.axis.utils.v201311 | |
| com.google.api.ads.dfp.axis.v201311 |
| Modifier and Type | Method and Description |
|---|---|
static String |
DateTimes.toString(Date date)
Returns string representation of this date.
|
| Modifier and Type | Method and Description |
|---|---|
Date |
DateTime.getDate()
Gets the date value for this DateTime.
|
Date |
ReportQuery.getEndDate()
Gets the endDate value for this ReportQuery.
|
Date |
ReconciliationReport.getStartDate()
Gets the startDate value for this ReconciliationReport.
|
Date |
ReportQuery.getStartDate()
Gets the startDate value for this ReportQuery.
|
Date |
DateValue.getValue()
Gets the value value for this DateValue.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DateTime.setDate(Date date)
Sets the date value for this DateTime.
|
void |
ReportQuery.setEndDate(Date endDate)
Sets the endDate value for this ReportQuery.
|
void |
ReconciliationReport.setStartDate(Date startDate)
Sets the startDate value for this ReconciliationReport.
|
void |
ReportQuery.setStartDate(Date startDate)
Sets the startDate value for this ReportQuery.
|
void |
DateValue.setValue(Date value)
Sets the value value for this DateValue.
|
| Constructor and Description |
|---|
DateTime(Date date,
Integer hour,
Integer minute,
Integer second,
String timeZoneID) |
DateValue(String valueType,
Date value) |
ReconciliationReport(Long id,
ReconciliationReportStatus status,
Date startDate,
String notes) |
ReportQuery(Dimension[] dimensions,
ReportQueryAdUnitView adUnitView,
Column[] columns,
DimensionAttribute[] dimensionAttributes,
long[] customFieldIds,
Date startDate,
Date endDate,
DateRangeType dateRangeType,
DimensionFilter[] dimensionFilters,
Statement statement,
String timeZone) |
Copyright © 2014. All Rights Reserved.