Package com.chrt.api.types
Class GetShipperPayCourierPaymentsForShipperRes.Builder
- java.lang.Object
-
- com.chrt.api.types.GetShipperPayCourierPaymentsForShipperRes.Builder
-
- Enclosing class:
- GetShipperPayCourierPaymentsForShipperRes
public static final class GetShipperPayCourierPaymentsForShipperRes.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetShipperPayCourierPaymentsForShipperRes.BuilderaddAllPayments(java.util.List<ShipperPayCourierStatement1> payments)GetShipperPayCourierPaymentsForShipperRes.BuilderaddPayments(ShipperPayCourierStatement1 payments)GetShipperPayCourierPaymentsForShipperResbuild()GetShipperPayCourierPaymentsForShipperRes.Builderfrom(GetShipperPayCourierPaymentsForShipperRes other)GetShipperPayCourierPaymentsForShipperRes.Builderpayments(java.util.List<ShipperPayCourierStatement1> payments)
-
-
-
Method Detail
-
from
public GetShipperPayCourierPaymentsForShipperRes.Builder from(GetShipperPayCourierPaymentsForShipperRes other)
-
payments
public GetShipperPayCourierPaymentsForShipperRes.Builder payments(java.util.List<ShipperPayCourierStatement1> payments)
-
addPayments
public GetShipperPayCourierPaymentsForShipperRes.Builder addPayments(ShipperPayCourierStatement1 payments)
-
addAllPayments
public GetShipperPayCourierPaymentsForShipperRes.Builder addAllPayments(java.util.List<ShipperPayCourierStatement1> payments)
-
build
public GetShipperPayCourierPaymentsForShipperRes build()
-
-