| Package | Description |
|---|---|
| com.google.api.services.fitness | |
| com.google.api.services.fitness.model |
| Modifier and Type | Method and Description |
|---|---|
Fitness.Users.Dataset.Aggregate |
Fitness.Users.Dataset.aggregate(String userId,
AggregateRequest content)
Aggregates data of a certain type or stream into buckets divided by a given type of boundary.
|
| Constructor and Description |
|---|
Aggregate(String userId,
AggregateRequest content)
Aggregates data of a certain type or stream into buckets divided by a given type of boundary.
|
| Modifier and Type | Method and Description |
|---|---|
AggregateRequest |
AggregateRequest.clone() |
AggregateRequest |
AggregateRequest.set(String fieldName,
Object value) |
AggregateRequest |
AggregateRequest.setAggregateBy(List<AggregateBy> aggregateBy)
The specification of data to be aggregated.
|
AggregateRequest |
AggregateRequest.setBucketByActivitySegment(BucketByActivity bucketByActivitySegment)
Specifies that data be aggregated each activity segment recorded for a user.
|
AggregateRequest |
AggregateRequest.setBucketByActivityType(BucketByActivity bucketByActivityType)
Specifies that data be aggregated by the type of activity being performed when the data was
recorded.
|
AggregateRequest |
AggregateRequest.setBucketBySession(BucketBySession bucketBySession)
Specifies that data be aggregated by user sessions.
|
AggregateRequest |
AggregateRequest.setBucketByTime(BucketByTime bucketByTime)
Specifies that data be aggregated by a single time interval.
|
AggregateRequest |
AggregateRequest.setEndTimeMillis(Long endTimeMillis)
The end of a window of time.
|
AggregateRequest |
AggregateRequest.setFilteredDataQualityStandard(List<String> filteredDataQualityStandard)
DO NOT POPULATE THIS FIELD.
|
AggregateRequest |
AggregateRequest.setStartTimeMillis(Long startTimeMillis)
The start of a window of time.
|
Copyright © 2011–2021 Google. All rights reserved.