Interface Timestamp.StartStage
-
- All Known Implementing Classes:
Timestamp.Builder
- Enclosing class:
- Timestamp
public static interface Timestamp.StartStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Timestamp.Builderfrom(Timestamp other)Timestamp.EndStagestart(int start)
-
-
-
Method Detail
-
start
Timestamp.EndStage start(int start)
-
from
Timestamp.Builder from(Timestamp other)
-
-