Class TaskGroupQuoteForShipperPayProviderClientReq.Builder
- java.lang.Object
-
- com.chrt.api.resources.shipping.taskgroups.requests.TaskGroupQuoteForShipperPayProviderClientReq.Builder
-
- Enclosing class:
- TaskGroupQuoteForShipperPayProviderClientReq
public static final class TaskGroupQuoteForShipperPayProviderClientReq.Builder extends java.lang.Object
-
-
Method Summary
-
-
-
Method Detail
-
from
public TaskGroupQuoteForShipperPayProviderClientReq.Builder from(TaskGroupQuoteForShipperPayProviderClientReq other)
-
rateSheetId
public TaskGroupQuoteForShipperPayProviderClientReq.Builder rateSheetId(java.util.Optional<java.lang.String> rateSheetId)
-
rateSheetId
public TaskGroupQuoteForShipperPayProviderClientReq.Builder rateSheetId(java.lang.String rateSheetId)
-
rateSheetId
public TaskGroupQuoteForShipperPayProviderClientReq.Builder rateSheetId(Nullable<java.lang.String> rateSheetId)
-
shipperOrgId
public TaskGroupQuoteForShipperPayProviderClientReq.Builder shipperOrgId(java.util.Optional<java.lang.String> shipperOrgId)
Must be a string starting with
org_
-
shipperOrgId
public TaskGroupQuoteForShipperPayProviderClientReq.Builder shipperOrgId(java.lang.String shipperOrgId)
-
shipperOrgId
public TaskGroupQuoteForShipperPayProviderClientReq.Builder shipperOrgId(Nullable<java.lang.String> shipperOrgId)
-
offChrtShipperOrgId
public TaskGroupQuoteForShipperPayProviderClientReq.Builder offChrtShipperOrgId(java.util.Optional<java.lang.String> offChrtShipperOrgId)
-
offChrtShipperOrgId
public TaskGroupQuoteForShipperPayProviderClientReq.Builder offChrtShipperOrgId(java.lang.String offChrtShipperOrgId)
-
offChrtShipperOrgId
public TaskGroupQuoteForShipperPayProviderClientReq.Builder offChrtShipperOrgId(Nullable<java.lang.String> offChrtShipperOrgId)
-
build
public TaskGroupQuoteForShipperPayProviderClientReq build()
-
-