public class Fitness.Users.Dataset extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Fitness.Users.Dataset.Aggregate |
| Constructor and Description |
|---|
Dataset() |
| Modifier and Type | Method and Description |
|---|---|
Fitness.Users.Dataset.Aggregate |
aggregate(String userId,
AggregateRequest content)
Aggregates data of a certain type or stream into buckets divided by a given type of boundary.
|
public Fitness.Users.Dataset.Aggregate aggregate(String userId, AggregateRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.userId - Aggregate data for the person identified. Use me to indicate the authenticated user. Only me is
supported at this time.content - the AggregateRequestIOExceptionCopyright © 2011–2021 Google. All rights reserved.