Package com.seam.api.types
Interface ClientSessionsGetResponse.ClientSessionStage
-
- All Known Implementing Classes:
ClientSessionsGetResponse.Builder
- Enclosing class:
- ClientSessionsGetResponse
public static interface ClientSessionsGetResponse.ClientSessionStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClientSessionsGetResponse.OkStageclientSession(ClientSession clientSession)ClientSessionsGetResponse.Builderfrom(ClientSessionsGetResponse other)
-
-
-
Method Detail
-
clientSession
ClientSessionsGetResponse.OkStage clientSession(ClientSession clientSession)
-
from
ClientSessionsGetResponse.Builder from(ClientSessionsGetResponse other)
-
-