Class SetServiceTypeReq.Builder
- java.lang.Object
-
- com.chrt.api.resources.shipping.orderdrafts.taskgroup.requests.SetServiceTypeReq.Builder
-
- All Implemented Interfaces:
SetServiceTypeReq._FinalStage,SetServiceTypeReq.ServiceTypeStage
- Enclosing class:
- SetServiceTypeReq
public static final class SetServiceTypeReq.Builder extends java.lang.Object implements SetServiceTypeReq.ServiceTypeStage, SetServiceTypeReq._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SetServiceTypeReqbuild()SetServiceTypeReq.Builderfrom(SetServiceTypeReq other)SetServiceTypeReq._FinalStageserviceType(ServiceTypeEnum1 serviceType)The service type for this task group (routed or on_demand)
-
-
-
Method Detail
-
from
public SetServiceTypeReq.Builder from(SetServiceTypeReq other)
- Specified by:
fromin interfaceSetServiceTypeReq.ServiceTypeStage
-
serviceType
public SetServiceTypeReq._FinalStage serviceType(@NotNull ServiceTypeEnum1 serviceType)
The service type for this task group (routed or on_demand)
The service type for this task group (routed or on_demand)
- Specified by:
serviceTypein interfaceSetServiceTypeReq.ServiceTypeStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public SetServiceTypeReq build()
- Specified by:
buildin interfaceSetServiceTypeReq._FinalStage
-
-