Class DriverUpdateAutoAssignReq.Builder
- java.lang.Object
-
- com.chrt.api.resources.shipping.drivers.requests.DriverUpdateAutoAssignReq.Builder
-
- All Implemented Interfaces:
DriverUpdateAutoAssignReq._FinalStage,DriverUpdateAutoAssignReq.AutoAssignEnabledStage
- Enclosing class:
- DriverUpdateAutoAssignReq
public static final class DriverUpdateAutoAssignReq.Builder extends java.lang.Object implements DriverUpdateAutoAssignReq.AutoAssignEnabledStage, DriverUpdateAutoAssignReq._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DriverUpdateAutoAssignReq._FinalStageautoAssignEnabled(boolean autoAssignEnabled)DriverUpdateAutoAssignReqbuild()DriverUpdateAutoAssignReq.Builderfrom(DriverUpdateAutoAssignReq other)
-
-
-
Method Detail
-
from
public DriverUpdateAutoAssignReq.Builder from(DriverUpdateAutoAssignReq other)
- Specified by:
fromin interfaceDriverUpdateAutoAssignReq.AutoAssignEnabledStage
-
autoAssignEnabled
public DriverUpdateAutoAssignReq._FinalStage autoAssignEnabled(boolean autoAssignEnabled)
- Specified by:
autoAssignEnabledin interfaceDriverUpdateAutoAssignReq.AutoAssignEnabledStage
-
build
public DriverUpdateAutoAssignReq build()
- Specified by:
buildin interfaceDriverUpdateAutoAssignReq._FinalStage
-
-