Added in API level 34
HeightRecord.Builder
public
static
final
class
HeightRecord.Builder
extends Object
| java.lang.Object | |
| ↳ | android.health.connect.datatypes.HeightRecord.Builder |
Builder class for HeightRecord
Summary
Public constructors | |
|---|---|
Builder(Metadata metadata, Instant time, Length height)
|
|
Public methods | |
|---|---|
HeightRecord
|
build()
|
HeightRecord.Builder
|
clearZoneOffset()
Sets the zone offset of this record to system default. |
HeightRecord.Builder
|
setZoneOffset(ZoneOffset zoneOffset)
Sets the zone offset of the user when the activity happened |
Inherited methods | |
|---|---|
Public constructors
Builder
Added in API level 34
public Builder (Metadata metadata, Instant time, Length height)
| Parameters | |
|---|---|
metadata |
Metadata: Metadata to be associated with the record. See Metadata.
This value cannot be null. |
time |
Instant: Start time of this activity
This value cannot be null. |
height |
Length: Height in Length unit. Required field. Valid range: 0-3 meters.
This value cannot be null. |
Public methods
build
Added in API level 34
public HeightRecord build ()
| Returns | |
|---|---|
HeightRecord |
Object of HeightRecord
This value cannot be null. |
clearZoneOffset
Added in API level 34
public HeightRecord.Builder clearZoneOffset ()
Sets the zone offset of this record to system default.
| Returns | |
|---|---|
HeightRecord.Builder |
This value cannot be null. |
setZoneOffset
Added in API level 34
public HeightRecord.Builder setZoneOffset (ZoneOffset zoneOffset)
Sets the zone offset of the user when the activity happened
| Parameters | |
|---|---|
zoneOffset |
ZoneOffset: This value cannot be null. |
| Returns | |
|---|---|
HeightRecord.Builder |
This value cannot be null. |