Package com.seam.api.types
Class ClientSessionsGetResponse.Builder
- java.lang.Object
-
- com.seam.api.types.ClientSessionsGetResponse.Builder
-
- All Implemented Interfaces:
ClientSessionsGetResponse._FinalStage,ClientSessionsGetResponse.ClientSessionStage,ClientSessionsGetResponse.OkStage
- Enclosing class:
- ClientSessionsGetResponse
public static final class ClientSessionsGetResponse.Builder extends java.lang.Object implements ClientSessionsGetResponse.ClientSessionStage, ClientSessionsGetResponse.OkStage, ClientSessionsGetResponse._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClientSessionsGetResponsebuild()ClientSessionsGetResponse.OkStageclientSession(ClientSession clientSession)ClientSessionsGetResponse.Builderfrom(ClientSessionsGetResponse other)ClientSessionsGetResponse._FinalStageok(boolean ok)
-
-
-
Method Detail
-
from
public ClientSessionsGetResponse.Builder from(ClientSessionsGetResponse other)
- Specified by:
fromin interfaceClientSessionsGetResponse.ClientSessionStage
-
clientSession
public ClientSessionsGetResponse.OkStage clientSession(ClientSession clientSession)
- Specified by:
clientSessionin interfaceClientSessionsGetResponse.ClientSessionStage
-
ok
public ClientSessionsGetResponse._FinalStage ok(boolean ok)
- Specified by:
okin interfaceClientSessionsGetResponse.OkStage
-
build
public ClientSessionsGetResponse build()
- Specified by:
buildin interfaceClientSessionsGetResponse._FinalStage
-
-