Package com.chrt.api.types
Class CreateConnectionReq.Builder
- java.lang.Object
-
- com.chrt.api.types.CreateConnectionReq.Builder
-
- All Implemented Interfaces:
CreateConnectionReq._FinalStage,CreateConnectionReq.HandleStage
- Enclosing class:
- CreateConnectionReq
public static final class CreateConnectionReq.Builder extends java.lang.Object implements CreateConnectionReq.HandleStage, CreateConnectionReq._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateConnectionReqbuild()CreateConnectionReq.Builderfrom(CreateConnectionReq other)CreateConnectionReq._FinalStagehandle(java.lang.String handle)Must be a string starting with@.
-
-
-
Method Detail
-
from
public CreateConnectionReq.Builder from(CreateConnectionReq other)
- Specified by:
fromin interfaceCreateConnectionReq.HandleStage
-
handle
public 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.Must be a string starting with
@. May only contain a-z, A-Z, 0-9, _, -. May not be longer than 30 characters.- Specified by:
handlein interfaceCreateConnectionReq.HandleStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public CreateConnectionReq build()
- Specified by:
buildin interfaceCreateConnectionReq._FinalStage
-
-