Class DriverLastSeenReq.Builder
- java.lang.Object
-
- com.chrt.api.resources.drivers.requests.DriverLastSeenReq.Builder
-
- All Implemented Interfaces:
DriverLastSeenReq._FinalStage,DriverLastSeenReq.LocationStage
- Enclosing class:
- DriverLastSeenReq
public static final class DriverLastSeenReq.Builder extends java.lang.Object implements DriverLastSeenReq.LocationStage, DriverLastSeenReq._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DriverLastSeenReqbuild()DriverLastSeenReq.Builderfrom(DriverLastSeenReq other)DriverLastSeenReq._FinalStagelocation(LocationFeature location)DriverLastSeenReq._FinalStagetimestamp(Nullable<java.time.OffsetDateTime> timestamp)DriverLastSeenReq._FinalStagetimestamp(java.time.OffsetDateTime timestamp)DriverLastSeenReq._FinalStagetimestamp(java.util.Optional<java.time.OffsetDateTime> timestamp)
-
-
-
Method Detail
-
from
public DriverLastSeenReq.Builder from(DriverLastSeenReq other)
- Specified by:
fromin interfaceDriverLastSeenReq.LocationStage
-
location
public DriverLastSeenReq._FinalStage location(@NotNull LocationFeature location)
- Specified by:
locationin interfaceDriverLastSeenReq.LocationStage
-
timestamp
public DriverLastSeenReq._FinalStage timestamp(Nullable<java.time.OffsetDateTime> timestamp)
- Specified by:
timestampin interfaceDriverLastSeenReq._FinalStage
-
timestamp
public DriverLastSeenReq._FinalStage timestamp(java.time.OffsetDateTime timestamp)
- Specified by:
timestampin interfaceDriverLastSeenReq._FinalStage
-
timestamp
public DriverLastSeenReq._FinalStage timestamp(java.util.Optional<java.time.OffsetDateTime> timestamp)
- Specified by:
timestampin interfaceDriverLastSeenReq._FinalStage
-
build
public DriverLastSeenReq build()
- Specified by:
buildin interfaceDriverLastSeenReq._FinalStage
-
-