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)Must be a string starting with@.
-
-
-
Method Detail
-
handle
CreateConnectionReq._FinalStage handle(@NotNull java.lang.String handle)
Must be a string starting with
@. May only contain a-z, A-Z, 0-9, _, -. May not be longer than 30 characters.
-
from
CreateConnectionReq.Builder from(CreateConnectionReq other)
-
-