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