Package | Description |
---|---|
com.google.api.services.analyticsreporting.v4.model |
Modifier and Type | Method and Description |
---|---|
DateRange |
DateRange.clone() |
DateRange |
Cohort.getDateRange()
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.
|
DateRange |
SearchUserActivityRequest.getDateRange()
Date range for which to retrieve the user activity.
|
DateRange |
DateRange.set(String fieldName,
Object value) |
DateRange |
DateRange.setEndDate(String endDate)
The end date for the query in the format `YYYY-MM-DD`.
|
DateRange |
DateRange.setStartDate(String startDate)
The start date for the query in the format `YYYY-MM-DD`.
|
Modifier and Type | Method and Description |
---|---|
List<DateRange> |
ReportRequest.getDateRanges()
Date ranges in the request.
|
Modifier and Type | Method and Description |
---|---|
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.
|
SearchUserActivityRequest |
SearchUserActivityRequest.setDateRange(DateRange dateRange)
Date range for which to retrieve the user activity.
|
Modifier and Type | Method and Description |
---|---|
ReportRequest |
ReportRequest.setDateRanges(List<DateRange> dateRanges)
Date ranges in the request.
|
Copyright © 2011–2022 Google. All rights reserved.