Interface DriverLastSeenReq._FinalStage
-
- All Known Implementing Classes:
DriverLastSeenReq.Builder
- Enclosing class:
- DriverLastSeenReq
public static interface DriverLastSeenReq._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DriverLastSeenReqbuild()DriverLastSeenReq._FinalStagetimestamp(Nullable<java.time.OffsetDateTime> timestamp)DriverLastSeenReq._FinalStagetimestamp(java.time.OffsetDateTime timestamp)DriverLastSeenReq._FinalStagetimestamp(java.util.Optional<java.time.OffsetDateTime> timestamp)
-
-
-
Method Detail
-
build
DriverLastSeenReq build()
-
timestamp
DriverLastSeenReq._FinalStage timestamp(java.util.Optional<java.time.OffsetDateTime> timestamp)
-
timestamp
DriverLastSeenReq._FinalStage timestamp(java.time.OffsetDateTime timestamp)
-
timestamp
DriverLastSeenReq._FinalStage timestamp(Nullable<java.time.OffsetDateTime> timestamp)
-
-