| Package | Description |
|---|---|
| com.google.api.services.fitness.model |
| Modifier and Type | Method and Description |
|---|---|
BucketBySession |
BucketBySession.clone() |
BucketBySession |
AggregateRequest.getBucketBySession()
Specifies that data be aggregated by user sessions.
|
BucketBySession |
BucketBySession.set(String fieldName,
Object value) |
BucketBySession |
BucketBySession.setMinDurationMillis(Long minDurationMillis)
Specifies that only sessions of duration longer than minDurationMillis are considered and used
as a container for aggregated data.
|
| Modifier and Type | Method and Description |
|---|---|
AggregateRequest |
AggregateRequest.setBucketBySession(BucketBySession bucketBySession)
Specifies that data be aggregated by user sessions.
|
Copyright © 2011–2022 Google. All rights reserved.