| Package | Description |
|---|---|
| com.google.api.services.fitness.model |
| Modifier and Type | Method and Description |
|---|---|
DataTypeField |
DataTypeField.clone() |
DataTypeField |
DataTypeField.set(String fieldName,
Object value) |
DataTypeField |
DataTypeField.setFormat(String format)
The different supported formats for each field in a data type.
|
DataTypeField |
DataTypeField.setName(String name)
Defines the name and format of data.
|
DataTypeField |
DataTypeField.setOptional(Boolean optional) |
| Modifier and Type | Method and Description |
|---|---|
List<DataTypeField> |
DataType.getField()
A field represents one dimension of a data type.
|
| Modifier and Type | Method and Description |
|---|---|
DataType |
DataType.setField(List<DataTypeField> field)
A field represents one dimension of a data type.
|
Copyright © 2011–2021 Google. All rights reserved.