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