| Package | Description |
|---|---|
| com.google.api.services.fitness | |
| com.google.api.services.fitness.model |
| Modifier and Type | Method and Description |
|---|---|
Fitness.Users.DataSources.Datasets.Patch |
Fitness.Users.DataSources.Datasets.patch(String userId,
String dataSourceId,
String datasetId,
Dataset content)
Adds data points to a dataset.
|
| Constructor and Description |
|---|
Patch(String userId,
String dataSourceId,
String datasetId,
Dataset content)
Adds data points to a dataset.
|
| Modifier and Type | Method and Description |
|---|---|
Dataset |
Dataset.clone() |
Dataset |
Dataset.set(String fieldName,
Object value) |
Dataset |
Dataset.setDataSourceId(String dataSourceId)
The data stream ID of the data source that created the points in this dataset.
|
Dataset |
Dataset.setMaxEndTimeNs(Long maxEndTimeNs)
The largest end time of all data points in this possibly partial representation of the dataset.
|
Dataset |
Dataset.setMinStartTimeNs(Long minStartTimeNs)
The smallest start time of all data points in this possibly partial representation of the
dataset.
|
Dataset |
Dataset.setNextPageToken(String nextPageToken)
This token will be set when a dataset is received in response to a GET request and the dataset
is too large to be included in a single response.
|
Dataset |
Dataset.setPoint(List<DataPoint> point)
A partial list of data points contained in the dataset, ordered by endTimeNanos.
|
| Modifier and Type | Method and Description |
|---|---|
List<Dataset> |
AggregateBucket.getDataset()
There will be one dataset per AggregateBy in the request.
|
| Modifier and Type | Method and Description |
|---|---|
AggregateBucket |
AggregateBucket.setDataset(List<Dataset> dataset)
There will be one dataset per AggregateBy in the request.
|
Copyright © 2011–2022 Google. All rights reserved.