Class DepartmentRoutingRulesDeleteV1Request.Builder
- java.lang.Object
-
- com.chrt.api.resources.operations.departmentroutingrules.requests.DepartmentRoutingRulesDeleteV1Request.Builder
-
- Enclosing class:
- DepartmentRoutingRulesDeleteV1Request
public static final class DepartmentRoutingRulesDeleteV1Request.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DepartmentRoutingRulesDeleteV1Requestbuild()DepartmentRoutingRulesDeleteV1Request.Builderfrom(DepartmentRoutingRulesDeleteV1Request other)DepartmentRoutingRulesDeleteV1Request.BuilderoffChrtShipperOrgId(Nullable<java.lang.String> offChrtShipperOrgId)DepartmentRoutingRulesDeleteV1Request.BuilderoffChrtShipperOrgId(java.lang.String offChrtShipperOrgId)DepartmentRoutingRulesDeleteV1Request.BuilderoffChrtShipperOrgId(java.util.Optional<java.lang.String> offChrtShipperOrgId)DepartmentRoutingRulesDeleteV1Request.BuildershipperOrgId(Nullable<java.lang.String> shipperOrgId)DepartmentRoutingRulesDeleteV1Request.BuildershipperOrgId(java.lang.String shipperOrgId)DepartmentRoutingRulesDeleteV1Request.BuildershipperOrgId(java.util.Optional<java.lang.String> shipperOrgId)
-
-
-
Method Detail
-
from
public DepartmentRoutingRulesDeleteV1Request.Builder from(DepartmentRoutingRulesDeleteV1Request other)
-
shipperOrgId
public DepartmentRoutingRulesDeleteV1Request.Builder shipperOrgId(java.util.Optional<java.lang.String> shipperOrgId)
-
shipperOrgId
public DepartmentRoutingRulesDeleteV1Request.Builder shipperOrgId(java.lang.String shipperOrgId)
-
shipperOrgId
public DepartmentRoutingRulesDeleteV1Request.Builder shipperOrgId(Nullable<java.lang.String> shipperOrgId)
-
offChrtShipperOrgId
public DepartmentRoutingRulesDeleteV1Request.Builder offChrtShipperOrgId(java.util.Optional<java.lang.String> offChrtShipperOrgId)
-
offChrtShipperOrgId
public DepartmentRoutingRulesDeleteV1Request.Builder offChrtShipperOrgId(java.lang.String offChrtShipperOrgId)
-
offChrtShipperOrgId
public DepartmentRoutingRulesDeleteV1Request.Builder offChrtShipperOrgId(Nullable<java.lang.String> offChrtShipperOrgId)
-
build
public DepartmentRoutingRulesDeleteV1Request build()
-
-