public class Fitness.Users.DataSources.DataPointChanges extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Fitness.Users.DataSources.DataPointChanges.List |
| Constructor and Description |
|---|
DataPointChanges() |
| Modifier and Type | Method and Description |
|---|---|
Fitness.Users.DataSources.DataPointChanges.List |
list(String userId,
String dataSourceId)
Queries for user's data point changes for a particular data source.
|
public Fitness.Users.DataSources.DataPointChanges.List list(String userId, String dataSourceId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.userId - List data points for the person identified. Use me to indicate the authenticated user. Only me is
supported at this time.dataSourceId - The data stream ID of the data source that created the dataset.IOExceptionCopyright © 2011–2022 Google. All rights reserved.