| Package | Description |
|---|---|
| com.google.api.services.analyticsreporting.v4.model |
| Modifier and Type | Method and Description |
|---|---|
Cohort |
Cohort.clone() |
Cohort |
Cohort.set(String fieldName,
Object value) |
Cohort |
Cohort.setDateRange(DateRange dateRange)
This is used for `FIRST_VISIT_DATE` cohort, the cohort selects users whose first visit date is
between start date and end date defined in the DateRange.
|
Cohort |
Cohort.setName(String name)
A unique name for the cohort.
|
Cohort |
Cohort.setType(String type)
Type of the cohort.
|
| Modifier and Type | Method and Description |
|---|---|
List<Cohort> |
CohortGroup.getCohorts()
The definition for the cohort.
|
| Modifier and Type | Method and Description |
|---|---|
CohortGroup |
CohortGroup.setCohorts(List<Cohort> cohorts)
The definition for the cohort.
|
Copyright © 2011–2021 Google. All rights reserved.