Package com.chrt.api.types
Class CourierConnectionRes.Builder
- java.lang.Object
-
- com.chrt.api.types.CourierConnectionRes.Builder
-
- All Implemented Interfaces:
CourierConnectionRes._FinalStage,CourierConnectionRes.ConnectedStage,CourierConnectionRes.CourierOrgInfoForConnectionsStage
- Enclosing class:
- CourierConnectionRes
public static final class CourierConnectionRes.Builder extends java.lang.Object implements CourierConnectionRes.CourierOrgInfoForConnectionsStage, CourierConnectionRes.ConnectedStage, CourierConnectionRes._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CourierConnectionResbuild()CourierConnectionRes._FinalStageconnected(boolean connected)CourierConnectionRes.ConnectedStagecourierOrgInfoForConnections(CourierOrgInfoForConnections1 courierOrgInfoForConnections)CourierConnectionRes.Builderfrom(CourierConnectionRes other)
-
-
-
Method Detail
-
from
public CourierConnectionRes.Builder from(CourierConnectionRes other)
- Specified by:
fromin interfaceCourierConnectionRes.CourierOrgInfoForConnectionsStage
-
courierOrgInfoForConnections
public CourierConnectionRes.ConnectedStage courierOrgInfoForConnections(@NotNull CourierOrgInfoForConnections1 courierOrgInfoForConnections)
- Specified by:
courierOrgInfoForConnectionsin interfaceCourierConnectionRes.CourierOrgInfoForConnectionsStage
-
connected
public CourierConnectionRes._FinalStage connected(boolean connected)
- Specified by:
connectedin interfaceCourierConnectionRes.ConnectedStage
-
build
public CourierConnectionRes build()
- Specified by:
buildin interfaceCourierConnectionRes._FinalStage
-
-