Class SlsOrdWthoutChrgSchedLine.SlsOrdWthoutChrgSchedLineBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorderwithoutcharge.SlsOrdWthoutChrgSchedLine.SlsOrdWthoutChrgSchedLineBuilder
- Enclosing class:
- SlsOrdWthoutChrgSchedLine
Helper class to allow for fluent creation of SlsOrdWthoutChrgSchedLine instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()confdOrderQtyByMatlAvailCheck(BigDecimal confdOrderQtyByMatlAvailCheck) Constraints: Not nullable, Precision: 13, Scale: 3delivBlockReasonForSchedLine(String delivBlockReasonForSchedLine) Constraints: Not nullable, Maximum length: 2deliveredQtyInOrderQtyUnit(BigDecimal deliveredQtyInOrderQtyUnit) Constraints: Not nullable, Precision: 13, Scale: 3item(SalesOrderWithoutChargeItem value) Navigation property to_Item for SlsOrdWthoutChrgSchedLine to single SalesOrderWithoutChargeItem.openConfdDelivQtyInOrdQtyUnit(BigDecimal openConfdDelivQtyInOrdQtyUnit) Constraints: Not nullable, Precision: 13, Scale: 3orderQuantityUnit(String orderQuantityUnit) Constraints: Not nullable, Maximum length: 3Navigation property to_SalesOrderWithoutCharge for SlsOrdWthoutChrgSchedLine to single SalesOrderWithoutCharge.salesOrderWithoutCharge(String value) (Key Field) Constraints: Not nullable, Maximum length: 10salesOrderWithoutChargeItem(String salesOrderWithoutChargeItem) (Key Field) Constraints: Not nullable, Maximum length: 6scheduleLine(String scheduleLine) (Key Field) Constraints: Not nullable, Maximum length: 4toString()
-
Method Details
-
item
@Nonnull public SlsOrdWthoutChrgSchedLine.SlsOrdWthoutChrgSchedLineBuilder item(SalesOrderWithoutChargeItem value) Navigation property to_Item for SlsOrdWthoutChrgSchedLine to single SalesOrderWithoutChargeItem.- Parameters:
value- The SalesOrderWithoutChargeItem to build this SlsOrdWthoutChrgSchedLine with.- Returns:
- This Builder to allow for a fluent interface.
-
salesOrderWithoutCharge
@Nonnull public SlsOrdWthoutChrgSchedLine.SlsOrdWthoutChrgSchedLineBuilder salesOrderWithoutCharge(SalesOrderWithoutCharge value) Navigation property to_SalesOrderWithoutCharge for SlsOrdWthoutChrgSchedLine to single SalesOrderWithoutCharge.- Parameters:
value- The SalesOrderWithoutCharge to build this SlsOrdWthoutChrgSchedLine with.- Returns:
- This Builder to allow for a fluent interface.
-
salesOrderWithoutCharge
@Nonnull public SlsOrdWthoutChrgSchedLine.SlsOrdWthoutChrgSchedLineBuilder salesOrderWithoutCharge(String value) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SalesOrderWithoutCharge
- Parameters:
value- The salesOrderWithoutCharge to build this SlsOrdWthoutChrgSchedLine with.- Returns:
- This Builder to allow for a fluent interface.
-
salesOrderWithoutChargeItem
@Nonnull public SlsOrdWthoutChrgSchedLine.SlsOrdWthoutChrgSchedLineBuilder salesOrderWithoutChargeItem(@Nullable String salesOrderWithoutChargeItem) (Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: SalesOrderWithoutChargeItem
- Returns:
this.
-
scheduleLine
@Nonnull public SlsOrdWthoutChrgSchedLine.SlsOrdWthoutChrgSchedLineBuilder scheduleLine(@Nullable String scheduleLine) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ScheduleLine
- Returns:
this.
-
orderQuantityUnit
@Nonnull public SlsOrdWthoutChrgSchedLine.SlsOrdWthoutChrgSchedLineBuilder orderQuantityUnit(@Nullable String orderQuantityUnit) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: OrderQuantityUnit
- Returns:
this.
-
confdOrderQtyByMatlAvailCheck
@Nonnull public SlsOrdWthoutChrgSchedLine.SlsOrdWthoutChrgSchedLineBuilder confdOrderQtyByMatlAvailCheck(@Nullable BigDecimal confdOrderQtyByMatlAvailCheck) Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: ConfdOrderQtyByMatlAvailCheck
- Returns:
this.
-
deliveredQtyInOrderQtyUnit
@Nonnull public SlsOrdWthoutChrgSchedLine.SlsOrdWthoutChrgSchedLineBuilder deliveredQtyInOrderQtyUnit(@Nullable BigDecimal deliveredQtyInOrderQtyUnit) Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: DeliveredQtyInOrderQtyUnit
- Returns:
this.
-
openConfdDelivQtyInOrdQtyUnit
@Nonnull public SlsOrdWthoutChrgSchedLine.SlsOrdWthoutChrgSchedLineBuilder openConfdDelivQtyInOrdQtyUnit(@Nullable BigDecimal openConfdDelivQtyInOrdQtyUnit) Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: OpenConfdDelivQtyInOrdQtyUnit
- Returns:
this.
-
delivBlockReasonForSchedLine
@Nonnull public SlsOrdWthoutChrgSchedLine.SlsOrdWthoutChrgSchedLineBuilder delivBlockReasonForSchedLine(@Nullable String delivBlockReasonForSchedLine) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: DelivBlockReasonForSchedLine
- Returns:
this.
-
build
-
toString
-