Package com.chrt.api.types
Interface CreateConnectionReq.HandleStage
-
- All Known Implementing Classes:
CreateConnectionReq.Builder
- Enclosing class:
- CreateConnectionReq
public static interface CreateConnectionReq.HandleStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateConnectionReq.Builderfrom(CreateConnectionReq other)CreateConnectionReq._FinalStagehandle(java.lang.String handle)
-
-
-
Method Detail
-
handle
CreateConnectionReq._FinalStage handle(@NotNull java.lang.String handle)
-
from
CreateConnectionReq.Builder from(CreateConnectionReq other)
-
-