| Package | Description |
|---|---|
| com.google.api.services.analyticsdata.v1beta.model |
| Modifier and Type | Method and Description |
|---|---|
DateRange |
DateRange.clone() |
DateRange |
Cohort.getDateRange()
The cohort selects users whose first touch date is between start date and end date defined in
the `dateRange`.
|
DateRange |
DateRange.set(String fieldName,
Object value) |
DateRange |
DateRange.setEndDate(String endDate)
The inclusive end date for the query in the format `YYYY-MM-DD`.
|
DateRange |
DateRange.setName(String name)
Assigns a name to this date range.
|
DateRange |
DateRange.setStartDate(String startDate)
The inclusive start date for the query in the format `YYYY-MM-DD`.
|
| Modifier and Type | Method and Description |
|---|---|
List<DateRange> |
RunPivotReportRequest.getDateRanges()
The date range to retrieve event data for the report.
|
List<DateRange> |
RunReportRequest.getDateRanges()
Date ranges of data to read.
|
| Modifier and Type | Method and Description |
|---|---|
Cohort |
Cohort.setDateRange(DateRange dateRange)
The cohort selects users whose first touch date is between start date and end date defined in
the `dateRange`.
|
| Modifier and Type | Method and Description |
|---|---|
RunPivotReportRequest |
RunPivotReportRequest.setDateRanges(List<DateRange> dateRanges)
The date range to retrieve event data for the report.
|
RunReportRequest |
RunReportRequest.setDateRanges(List<DateRange> dateRanges)
Date ranges of data to read.
|
Copyright © 2011–2023 Google. All rights reserved.