| Package | Description |
|---|---|
| com.google.api.services.fitness.model |
| Modifier and Type | Method and Description |
|---|---|
BucketByActivity |
BucketByActivity.clone() |
BucketByActivity |
AggregateRequest.getBucketByActivitySegment()
Specifies that data be aggregated each activity segment recorded for a user.
|
BucketByActivity |
AggregateRequest.getBucketByActivityType()
Specifies that data be aggregated by the type of activity being performed when the data was
recorded.
|
BucketByActivity |
BucketByActivity.set(String fieldName,
Object value) |
BucketByActivity |
BucketByActivity.setActivityDataSourceId(String activityDataSourceId)
The default activity stream will be used if a specific activityDataSourceId is not specified.
|
BucketByActivity |
BucketByActivity.setMinDurationMillis(Long minDurationMillis)
Specifies that only activity segments of duration longer than minDurationMillis are considered
and used as a container for aggregated data.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2011–2022 Google. All rights reserved.