WeightRecord.Builder


public static final class WeightRecord.Builder
extends Object

java.lang.Object
   ↳ android.health.connect.datatypes.WeightRecord.Builder


Builder class for WeightRecord

Summary

Public constructors

Builder(Metadata metadata, Instant time, Mass weight)

Public methods

WeightRecord build()
WeightRecord.Builder clearZoneOffset()

Sets the zone offset of this record to system default.

WeightRecord.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
Also in U Extensions 7
public Builder (Metadata metadata, 
                Instant time, 
                Mass weight)

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

Added in API level 34
Also in U Extensions 7
public WeightRecord build ()

Returns
WeightRecord Object of WeightRecord
This value cannot be null.

clearZoneOffset

Added in API level 34
Also in U Extensions 7
public WeightRecord.Builder clearZoneOffset ()

Sets the zone offset of this record to system default.

Returns
WeightRecord.Builder This value cannot be null.

setZoneOffset

Added in API level 34
Also in U Extensions 7
public WeightRecord.Builder setZoneOffset (ZoneOffset zoneOffset)

Sets the zone offset of the user when the activity happened

Parameters
zoneOffset ZoneOffset: This value cannot be null.

Returns
WeightRecord.Builder This value cannot be null.