Builder


class Builder
kotlin.Any
   ↳ android.health.connect.datatypes.WeightRecord.Builder

Builder class for WeightRecord

Summary

Public constructors
Builder(metadata: Metadata, time: Instant, weight: Mass)

Public methods
WeightRecord

WeightRecord.Builder

Sets the zone offset of this record to system default.

WeightRecord.Builder

Sets the zone offset of the user when the activity happened

Public constructors

Builder

Builder(
    metadata: Metadata,
    time: Instant,
    weight: Mass)
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.
weight Mass: User's weight in Mass unit. Required field. Valid range: 0-1000000 grams.
This value cannot be null.

Public methods

build

fun build(): WeightRecord
Return
WeightRecord Object of WeightRecord
This value cannot be null.

clearZoneOffset

fun clearZoneOffset(): WeightRecord.Builder

Sets the zone offset of this record to system default.

Return
WeightRecord.Builder This value cannot be null.

setZoneOffset

fun setZoneOffset(zoneOffset: ZoneOffset): WeightRecord.Builder

Sets the zone offset of the user when the activity happened

Parameters
zoneOffset ZoneOffset: This value cannot be null.
Return
WeightRecord.Builder This value cannot be null.