public final class

StopwatchLap.Builder

extends androidx.appsearch.builtintypes.StopwatchLap.BuilderImpl<StopwatchLap.Builder>

 java.lang.Object

↳androidx.appsearch.builtintypes.Thing.BuilderImpl<androidx.appsearch.builtintypes.StopwatchLap.BuilderImpl>

↳androidx.appsearch.builtintypes.StopwatchLap.BuilderImpl<StopwatchLap.Builder>

↳androidx.appsearch.builtintypes.StopwatchLap.Builder

Overview

Builder for StopwatchLap.

Summary

Fields
from androidx.appsearch.builtintypes.StopwatchLap.BuilderImpl<T>mAccumulatedLapDurationMillis, mLapDurationMillis, mLapNumber
from androidx.appsearch.builtintypes.Thing.BuilderImpl<T>mAlternateNames, mCreationTimestampMillis, mDescription, mDocumentScore, mDocumentTtlMillis, mId, mImage, mName, mNamespace, mPotentialActions, mUrl
Constructors
publicBuilder(StopwatchLap stopwatchLap)

Constructor for StopwatchLap.Builder with all the existing values.

publicBuilder(java.lang.String namespace, java.lang.String id)

Constructor for StopwatchLap.Builder.

Methods
from androidx.appsearch.builtintypes.StopwatchLap.BuilderImpl<T>build, setAccumulatedLapDurationMillis, setLapDurationMillis, setLapNumber
from androidx.appsearch.builtintypes.Thing.BuilderImpl<T>addAlternateName, addPotentialAction, clearAlternateNames, clearPotentialActions, setAlternateNames, setCreationTimestampMillis, setDescription, setDocumentScore, setDocumentTtlMillis, setImage, setName, setPotentialActions, setUrl
from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructors

public Builder(java.lang.String namespace, java.lang.String id)

Constructor for StopwatchLap.Builder.

Parameters:

namespace: Namespace for the Document. See .
id: Unique identifier for the Document. See .

public Builder(StopwatchLap stopwatchLap)

Constructor for StopwatchLap.Builder with all the existing values.