Package com.chrt.api.types
Class CreateShipperPayCourierStatementReq.Builder
- java.lang.Object
-
- com.chrt.api.types.CreateShipperPayCourierStatementReq.Builder
-
- All Implemented Interfaces:
CreateShipperPayCourierStatementReq._FinalStage,CreateShipperPayCourierStatementReq.OrderIdOrShortIdStage
- Enclosing class:
- CreateShipperPayCourierStatementReq
public static final class CreateShipperPayCourierStatementReq.Builder extends java.lang.Object implements CreateShipperPayCourierStatementReq.OrderIdOrShortIdStage, CreateShipperPayCourierStatementReq._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateShipperPayCourierStatementReqbuild()CreateShipperPayCourierStatementReq.Builderfrom(CreateShipperPayCourierStatementReq other)CreateShipperPayCourierStatementReq._FinalStageorderIdOrShortId(java.lang.String orderIdOrShortId)
-
-
-
Method Detail
-
from
public CreateShipperPayCourierStatementReq.Builder from(CreateShipperPayCourierStatementReq other)
- Specified by:
fromin interfaceCreateShipperPayCourierStatementReq.OrderIdOrShortIdStage
-
orderIdOrShortId
public CreateShipperPayCourierStatementReq._FinalStage orderIdOrShortId(@NotNull java.lang.String orderIdOrShortId)
- Specified by:
orderIdOrShortIdin interfaceCreateShipperPayCourierStatementReq.OrderIdOrShortIdStage
-
build
public CreateShipperPayCourierStatementReq build()
- Specified by:
buildin interfaceCreateShipperPayCourierStatementReq._FinalStage
-
-