Class SessionByDeviceLastSeenV1Request.Builder
- java.lang.Object
-
- com.chrt.api.resources.tracking.timeseries.sessionbydevice.requests.SessionByDeviceLastSeenV1Request.Builder
-
- All Implemented Interfaces:
SessionByDeviceLastSeenV1Request._FinalStage,SessionByDeviceLastSeenV1Request.SessionIdStage
- Enclosing class:
- SessionByDeviceLastSeenV1Request
public static final class SessionByDeviceLastSeenV1Request.Builder extends java.lang.Object implements SessionByDeviceLastSeenV1Request.SessionIdStage, SessionByDeviceLastSeenV1Request._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SessionByDeviceLastSeenV1Requestbuild()SessionByDeviceLastSeenV1Request.Builderfrom(SessionByDeviceLastSeenV1Request other)SessionByDeviceLastSeenV1Request._FinalStagesessionId(java.lang.String sessionId)
-
-
-
Method Detail
-
from
public SessionByDeviceLastSeenV1Request.Builder from(SessionByDeviceLastSeenV1Request other)
- Specified by:
fromin interfaceSessionByDeviceLastSeenV1Request.SessionIdStage
-
sessionId
public SessionByDeviceLastSeenV1Request._FinalStage sessionId(@NotNull java.lang.String sessionId)
- Specified by:
sessionIdin interfaceSessionByDeviceLastSeenV1Request.SessionIdStage
-
build
public SessionByDeviceLastSeenV1Request build()
- Specified by:
buildin interfaceSessionByDeviceLastSeenV1Request._FinalStage
-
-