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