| Package | Description |
|---|---|
| com.google.api.services.fitness.model |
| Modifier and Type | Method and Description |
|---|---|
ListDataPointChangesResponse |
ListDataPointChangesResponse.clone() |
ListDataPointChangesResponse |
ListDataPointChangesResponse.set(String fieldName,
Object value) |
ListDataPointChangesResponse |
ListDataPointChangesResponse.setDataSourceId(String dataSourceId)
The data stream ID of the data source with data point changes.
|
ListDataPointChangesResponse |
ListDataPointChangesResponse.setDeletedDataPoint(List<DataPoint> deletedDataPoint)
Deleted data points for the user.
|
ListDataPointChangesResponse |
ListDataPointChangesResponse.setInsertedDataPoint(List<DataPoint> insertedDataPoint)
Inserted data points for the user.
|
ListDataPointChangesResponse |
ListDataPointChangesResponse.setNextPageToken(String nextPageToken)
The continuation token, which is used to page through large result sets.
|
Copyright © 2011–2022 Google. All rights reserved.