Interface UpdateCourierOrgDraftReq.CourierOrgIdStage
-
- All Known Implementing Classes:
UpdateCourierOrgDraftReq.Builder
- Enclosing class:
- UpdateCourierOrgDraftReq
public static interface UpdateCourierOrgDraftReq.CourierOrgIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateCourierOrgDraftReq._FinalStagecourierOrgId(java.lang.String courierOrgId)ID of the courier organization to assign to the task groupUpdateCourierOrgDraftReq.Builderfrom(UpdateCourierOrgDraftReq other)
-
-
-
Method Detail
-
courierOrgId
UpdateCourierOrgDraftReq._FinalStage courierOrgId(@NotNull java.lang.String courierOrgId)
ID of the courier organization to assign to the task group
-
from
UpdateCourierOrgDraftReq.Builder from(UpdateCourierOrgDraftReq other)
-
-