| Package | Description |
|---|---|
| com.google.api.services.mybusinessbusinesscalls.v1.model |
| Modifier and Type | Method and Description |
|---|---|
AggregateMetrics |
AggregateMetrics.clone() |
AggregateMetrics |
BusinessCallsInsights.getAggregateMetrics()
Metric for the time range based on start_date and end_date.
|
AggregateMetrics |
AggregateMetrics.set(String fieldName,
Object value) |
AggregateMetrics |
AggregateMetrics.setAnsweredCallsCount(Integer answeredCallsCount)
Total count of answered calls.
|
AggregateMetrics |
AggregateMetrics.setEndDate(Date endDate)
End date for this metric.
|
AggregateMetrics |
AggregateMetrics.setHourlyMetrics(List<HourlyMetrics> hourlyMetrics)
A list of metrics by hour of day.
|
AggregateMetrics |
AggregateMetrics.setMissedCallsCount(Integer missedCallsCount)
Total count of missed calls.
|
AggregateMetrics |
AggregateMetrics.setStartDate(Date startDate)
Date for this metric.
|
AggregateMetrics |
AggregateMetrics.setWeekdayMetrics(List<WeekDayMetrics> weekdayMetrics)
A list of metrics by day of week.
|
| Modifier and Type | Method and Description |
|---|---|
BusinessCallsInsights |
BusinessCallsInsights.setAggregateMetrics(AggregateMetrics aggregateMetrics)
Metric for the time range based on start_date and end_date.
|
Copyright © 2011–2022 Google. All rights reserved.