| Package | Description |
|---|---|
| com.google.api.services.fitness.model |
| Modifier and Type | Method and Description |
|---|---|
DataType |
DataType.clone() |
DataType |
DataSource.getDataType()
The data type defines the schema for a stream of data being collected by, inserted into, or
queried from the Fitness API.
|
DataType |
DataType.set(String fieldName,
Object value) |
DataType |
DataType.setField(List<DataTypeField> field)
A field represents one dimension of a data type.
|
DataType |
DataType.setName(String name)
Each data type has a unique, namespaced, name.
|
| Modifier and Type | Method and Description |
|---|---|
DataSource |
DataSource.setDataType(DataType dataType)
The data type defines the schema for a stream of data being collected by, inserted into, or
queried from the Fitness API.
|
Copyright © 2011–2022 Google. All rights reserved.