Class AirWaybillCreateReq.Builder
- java.lang.Object
-
- com.chrt.api.resources.integrations.airwaybills.requests.AirWaybillCreateReq.Builder
-
- All Implemented Interfaces:
AirWaybillCreateReq._FinalStage,AirWaybillCreateReq.TaskGroupIdStage
- Enclosing class:
- AirWaybillCreateReq
public static final class AirWaybillCreateReq.Builder extends java.lang.Object implements AirWaybillCreateReq.TaskGroupIdStage, AirWaybillCreateReq._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AirWaybillCreateReqbuild()AirWaybillCreateReq.Builderfrom(AirWaybillCreateReq other)AirWaybillCreateReq._FinalStagetaskGroupId(java.lang.String taskGroupId)
-
-
-
Method Detail
-
from
public AirWaybillCreateReq.Builder from(AirWaybillCreateReq other)
- Specified by:
fromin interfaceAirWaybillCreateReq.TaskGroupIdStage
-
taskGroupId
public AirWaybillCreateReq._FinalStage taskGroupId(@NotNull java.lang.String taskGroupId)
- Specified by:
taskGroupIdin interfaceAirWaybillCreateReq.TaskGroupIdStage
-
build
public AirWaybillCreateReq build()
- Specified by:
buildin interfaceAirWaybillCreateReq._FinalStage
-
-