Package com.chrt.api.types
Class ShipperConnectionRes.Builder
- java.lang.Object
-
- com.chrt.api.types.ShipperConnectionRes.Builder
-
- All Implemented Interfaces:
ShipperConnectionRes._FinalStage,ShipperConnectionRes.ConnectedStage,ShipperConnectionRes.ShipperOrgInfoForConnectionsStage
- Enclosing class:
- ShipperConnectionRes
public static final class ShipperConnectionRes.Builder extends java.lang.Object implements ShipperConnectionRes.ShipperOrgInfoForConnectionsStage, ShipperConnectionRes.ConnectedStage, ShipperConnectionRes._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShipperConnectionResbuild()ShipperConnectionRes._FinalStageconnected(boolean connected)ShipperConnectionRes.Builderfrom(ShipperConnectionRes other)ShipperConnectionRes.ConnectedStageshipperOrgInfoForConnections(ShipperOrgInfoForConnections1 shipperOrgInfoForConnections)
-
-
-
Method Detail
-
from
public ShipperConnectionRes.Builder from(ShipperConnectionRes other)
- Specified by:
fromin interfaceShipperConnectionRes.ShipperOrgInfoForConnectionsStage
-
shipperOrgInfoForConnections
public ShipperConnectionRes.ConnectedStage shipperOrgInfoForConnections(@NotNull ShipperOrgInfoForConnections1 shipperOrgInfoForConnections)
- Specified by:
shipperOrgInfoForConnectionsin interfaceShipperConnectionRes.ShipperOrgInfoForConnectionsStage
-
connected
public ShipperConnectionRes._FinalStage connected(boolean connected)
- Specified by:
connectedin interfaceShipperConnectionRes.ConnectedStage
-
build
public ShipperConnectionRes build()
- Specified by:
buildin interfaceShipperConnectionRes._FinalStage
-
-