Package com.chrt.api.types
Class OrderDraftExpanded.Builder
- java.lang.Object
-
- com.chrt.api.types.OrderDraftExpanded.Builder
-
- All Implemented Interfaces:
OrderDraftExpanded._FinalStage,OrderDraftExpanded.OrderStage
- Enclosing class:
- OrderDraftExpanded
public static final class OrderDraftExpanded.Builder extends java.lang.Object implements OrderDraftExpanded.OrderStage, OrderDraftExpanded._FinalStage
-
-
Method Summary
-
-
-
Method Detail
-
from
public OrderDraftExpanded.Builder from(OrderDraftExpanded other)
- Specified by:
fromin interfaceOrderDraftExpanded.OrderStage
-
order
public OrderDraftExpanded._FinalStage order(@NotNull Order1 order)
- Specified by:
orderin interfaceOrderDraftExpanded.OrderStage
-
cargos
public OrderDraftExpanded._FinalStage cargos(Nullable<java.util.List<Cargo1>> cargos)
- Specified by:
cargosin interfaceOrderDraftExpanded._FinalStage
-
cargos
public OrderDraftExpanded._FinalStage cargos(java.util.List<Cargo1> cargos)
- Specified by:
cargosin interfaceOrderDraftExpanded._FinalStage
-
cargos
public OrderDraftExpanded._FinalStage cargos(java.util.Optional<java.util.List<Cargo1>> cargos)
- Specified by:
cargosin interfaceOrderDraftExpanded._FinalStage
-
taskGroupsExpanded
public OrderDraftExpanded._FinalStage taskGroupsExpanded(Nullable<java.util.List<TaskGroupExpanded>> taskGroupsExpanded)
- Specified by:
taskGroupsExpandedin interfaceOrderDraftExpanded._FinalStage
-
taskGroupsExpanded
public OrderDraftExpanded._FinalStage taskGroupsExpanded(java.util.List<TaskGroupExpanded> taskGroupsExpanded)
- Specified by:
taskGroupsExpandedin interfaceOrderDraftExpanded._FinalStage
-
taskGroupsExpanded
public OrderDraftExpanded._FinalStage taskGroupsExpanded(java.util.Optional<java.util.List<TaskGroupExpanded>> taskGroupsExpanded)
- Specified by:
taskGroupsExpandedin interfaceOrderDraftExpanded._FinalStage
-
notificationIntentsAdHoc
public OrderDraftExpanded._FinalStage notificationIntentsAdHoc(Nullable<java.util.List<NotificationIntentAdHoc1>> notificationIntentsAdHoc)
- Specified by:
notificationIntentsAdHocin interfaceOrderDraftExpanded._FinalStage
-
notificationIntentsAdHoc
public OrderDraftExpanded._FinalStage notificationIntentsAdHoc(java.util.List<NotificationIntentAdHoc1> notificationIntentsAdHoc)
- Specified by:
notificationIntentsAdHocin interfaceOrderDraftExpanded._FinalStage
-
notificationIntentsAdHoc
public OrderDraftExpanded._FinalStage notificationIntentsAdHoc(java.util.Optional<java.util.List<NotificationIntentAdHoc1>> notificationIntentsAdHoc)
- Specified by:
notificationIntentsAdHocin interfaceOrderDraftExpanded._FinalStage
-
offChrtShipperOrgCompanyName
public OrderDraftExpanded._FinalStage offChrtShipperOrgCompanyName(Nullable<java.lang.String> offChrtShipperOrgCompanyName)
- Specified by:
offChrtShipperOrgCompanyNamein interfaceOrderDraftExpanded._FinalStage
-
offChrtShipperOrgCompanyName
public OrderDraftExpanded._FinalStage offChrtShipperOrgCompanyName(java.lang.String offChrtShipperOrgCompanyName)
- Specified by:
offChrtShipperOrgCompanyNamein interfaceOrderDraftExpanded._FinalStage
-
offChrtShipperOrgCompanyName
public OrderDraftExpanded._FinalStage offChrtShipperOrgCompanyName(java.util.Optional<java.lang.String> offChrtShipperOrgCompanyName)
- Specified by:
offChrtShipperOrgCompanyNamein interfaceOrderDraftExpanded._FinalStage
-
shipperOrgCompanyName
public OrderDraftExpanded._FinalStage shipperOrgCompanyName(Nullable<java.lang.String> shipperOrgCompanyName)
- Specified by:
shipperOrgCompanyNamein interfaceOrderDraftExpanded._FinalStage
-
shipperOrgCompanyName
public OrderDraftExpanded._FinalStage shipperOrgCompanyName(java.lang.String shipperOrgCompanyName)
- Specified by:
shipperOrgCompanyNamein interfaceOrderDraftExpanded._FinalStage
-
shipperOrgCompanyName
public OrderDraftExpanded._FinalStage shipperOrgCompanyName(java.util.Optional<java.lang.String> shipperOrgCompanyName)
- Specified by:
shipperOrgCompanyNamein interfaceOrderDraftExpanded._FinalStage
-
forwarderOrgHandle
public OrderDraftExpanded._FinalStage forwarderOrgHandle(Nullable<java.lang.String> forwarderOrgHandle)
- Specified by:
forwarderOrgHandlein interfaceOrderDraftExpanded._FinalStage
-
forwarderOrgHandle
public OrderDraftExpanded._FinalStage forwarderOrgHandle(java.lang.String forwarderOrgHandle)
- Specified by:
forwarderOrgHandlein interfaceOrderDraftExpanded._FinalStage
-
forwarderOrgHandle
public OrderDraftExpanded._FinalStage forwarderOrgHandle(java.util.Optional<java.lang.String> forwarderOrgHandle)
- Specified by:
forwarderOrgHandlein interfaceOrderDraftExpanded._FinalStage
-
forwarderOrgCompanyName
public OrderDraftExpanded._FinalStage forwarderOrgCompanyName(Nullable<java.lang.String> forwarderOrgCompanyName)
- Specified by:
forwarderOrgCompanyNamein interfaceOrderDraftExpanded._FinalStage
-
forwarderOrgCompanyName
public OrderDraftExpanded._FinalStage forwarderOrgCompanyName(java.lang.String forwarderOrgCompanyName)
- Specified by:
forwarderOrgCompanyNamein interfaceOrderDraftExpanded._FinalStage
-
forwarderOrgCompanyName
public OrderDraftExpanded._FinalStage forwarderOrgCompanyName(java.util.Optional<java.lang.String> forwarderOrgCompanyName)
- Specified by:
forwarderOrgCompanyNamein interfaceOrderDraftExpanded._FinalStage
-
build
public OrderDraftExpanded build()
- Specified by:
buildin interfaceOrderDraftExpanded._FinalStage
-
-