Class Timestamp.Builder
- java.lang.Object
-
- com.assemblyai.api.resources.transcripts.types.Timestamp.Builder
-
- All Implemented Interfaces:
Timestamp._FinalStage,Timestamp.EndStage,Timestamp.StartStage
- Enclosing class:
- Timestamp
public static final class Timestamp.Builder extends java.lang.Object implements Timestamp.StartStage, Timestamp.EndStage, Timestamp._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Timestampbuild()Timestamp._FinalStageend(int end)The end time in millisecondsTimestamp.Builderfrom(Timestamp other)Timestamp.EndStagestart(int start)The start time in milliseconds
-
-
-
Method Detail
-
from
public Timestamp.Builder from(Timestamp other)
- Specified by:
fromin interfaceTimestamp.StartStage
-
start
public Timestamp.EndStage start(int start)
The start time in milliseconds
- Specified by:
startin interfaceTimestamp.StartStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
end
public Timestamp._FinalStage end(int end)
The end time in milliseconds
- Specified by:
endin interfaceTimestamp.EndStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public Timestamp build()
- Specified by:
buildin interfaceTimestamp._FinalStage
-
-