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