Added in API level 34
ExerciseLap.Builder
public
static
final
class
ExerciseLap.Builder
extends Object
java.lang.Object | |
↳ | android.health.connect.datatypes.ExerciseLap.Builder |
Builder class for ExerciseLap
Summary
Public constructors | |
---|---|
Builder(Instant startTime, Instant endTime)
|
Public methods | |
---|---|
ExerciseLap
|
build()
Builds |
ExerciseLap.Builder
|
setLength(Length length)
Sets the length of this lap |
Inherited methods | |
---|---|
Public constructors
Builder
Added in API level 34
public Builder (Instant startTime, Instant endTime)
Parameters | |
---|---|
startTime |
Instant : This value cannot be null . |
endTime |
Instant : This value cannot be null . |
Public methods
build
Added in API level 34
public ExerciseLap build ()
Builds ExerciseLap
instance.
Returns | |
---|---|
ExerciseLap |
This value cannot be null . |
setLength
Added in API level 34
public ExerciseLap.Builder setLength (Length length)
Sets the length of this lap
Parameters | |
---|---|
length |
Length : Length of the lap, in Length unit. Optional field. Valid range:
0-1000000 meters.
This value cannot be null . |
Returns | |
---|---|
ExerciseLap.Builder |
This value cannot be null . |