Class UpdateCourierOrgReq.Builder
- java.lang.Object
-
- com.chrt.api.resources.taskgroups.requests.UpdateCourierOrgReq.Builder
-
- All Implemented Interfaces:
UpdateCourierOrgReq._FinalStage,UpdateCourierOrgReq.CourierOrgIdStage
- Enclosing class:
- UpdateCourierOrgReq
public static final class UpdateCourierOrgReq.Builder extends java.lang.Object implements UpdateCourierOrgReq.CourierOrgIdStage, UpdateCourierOrgReq._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateCourierOrgReqbuild()UpdateCourierOrgReq._FinalStagecourierOrgId(java.lang.String courierOrgId)ID of the courier organization to assign to the task groupUpdateCourierOrgReq.Builderfrom(UpdateCourierOrgReq other)
-
-
-
Method Detail
-
from
public UpdateCourierOrgReq.Builder from(UpdateCourierOrgReq other)
- Specified by:
fromin interfaceUpdateCourierOrgReq.CourierOrgIdStage
-
courierOrgId
public UpdateCourierOrgReq._FinalStage courierOrgId(@NotNull java.lang.String courierOrgId)
ID of the courier organization to assign to the task group
ID of the courier organization to assign to the task group
- Specified by:
courierOrgIdin interfaceUpdateCourierOrgReq.CourierOrgIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public UpdateCourierOrgReq build()
- Specified by:
buildin interfaceUpdateCourierOrgReq._FinalStage
-
-