| Package | Description |
|---|---|
| com.google.api.services.analyticsreporting.v4.model |
| Modifier and Type | Method and Description |
|---|---|
Cohort |
Cohort.clone() |
Cohort |
Cohort.set(java.lang.String fieldName,
java.lang.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(java.lang.String name)
A unique name for the cohort.
|
Cohort |
Cohort.setType(java.lang.String type)
Type of the cohort.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Cohort> |
CohortGroup.getCohorts()
The definition for the cohort.
|
| Modifier and Type | Method and Description |
|---|---|
CohortGroup |
CohortGroup.setCohorts(java.util.List<Cohort> cohorts)
The definition for the cohort.
|