Class BusSolnOrderItemScheduleLine.BusSolnOrderItemScheduleLineBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesssolutionorder.BusSolnOrderItemScheduleLine.BusSolnOrderItemScheduleLineBuilder
- Enclosing class:
- BusSolnOrderItemScheduleLine
-
Method Summary
Modifier and TypeMethodDescriptionbuild()businessSolutionOrder(String businessSolutionOrder) (Key Field) Constraints: Not nullable, Maximum length: 10businessSolutionOrderItem(String businessSolutionOrderItem) (Key Field) Constraints: Not nullable, Maximum length: 6confdOrderQtyByMatlAvailCheck(BigDecimal confdOrderQtyByMatlAvailCheck) Constraints: Not nullable, Precision: 13, Scale: 3confirmedDeliveryDateTime(ZonedDateTime confirmedDeliveryDateTime) Constraints: Not nullable, Precision: 0orderQuantityUnit(String orderQuantityUnit) Constraints: Not nullable, Maximum length: 3requestedDeliveryDateTime(ZonedDateTime requestedDeliveryDateTime) Constraints: Not nullable, Precision: 0requestedQuantity(BigDecimal requestedQuantity) Constraints: Not nullable, Precision: 13, Scale: 3scheduleLine(String scheduleLine) (Key Field) Constraints: Not nullable, Maximum length: 4toString()
-
Method Details
-
businessSolutionOrder
@Nonnull public BusSolnOrderItemScheduleLine.BusSolnOrderItemScheduleLineBuilder businessSolutionOrder(@Nullable String businessSolutionOrder) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessSolutionOrder
- Returns:
this.
-
businessSolutionOrderItem
@Nonnull public BusSolnOrderItemScheduleLine.BusSolnOrderItemScheduleLineBuilder businessSolutionOrderItem(@Nullable String businessSolutionOrderItem) (Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: BusinessSolutionOrderItem
- Returns:
this.
-
scheduleLine
@Nonnull public BusSolnOrderItemScheduleLine.BusSolnOrderItemScheduleLineBuilder scheduleLine(@Nullable String scheduleLine) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ScheduleLine
- Returns:
this.
-
requestedQuantity
@Nonnull public BusSolnOrderItemScheduleLine.BusSolnOrderItemScheduleLineBuilder requestedQuantity(@Nullable BigDecimal requestedQuantity) Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: RequestedQuantity
- Returns:
this.
-
requestedDeliveryDateTime
@Nonnull public BusSolnOrderItemScheduleLine.BusSolnOrderItemScheduleLineBuilder requestedDeliveryDateTime(@Nullable ZonedDateTime requestedDeliveryDateTime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: RequestedDeliveryDateTime
- Returns:
this.
-
confdOrderQtyByMatlAvailCheck
@Nonnull public BusSolnOrderItemScheduleLine.BusSolnOrderItemScheduleLineBuilder confdOrderQtyByMatlAvailCheck(@Nullable BigDecimal confdOrderQtyByMatlAvailCheck) Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: ConfdOrderQtyByMatlAvailCheck
- Returns:
this.
-
confirmedDeliveryDateTime
@Nonnull public BusSolnOrderItemScheduleLine.BusSolnOrderItemScheduleLineBuilder confirmedDeliveryDateTime(@Nullable ZonedDateTime confirmedDeliveryDateTime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ConfirmedDeliveryDateTime
- Returns:
this.
-
orderQuantityUnit
@Nonnull public BusSolnOrderItemScheduleLine.BusSolnOrderItemScheduleLineBuilder orderQuantityUnit(@Nullable String orderQuantityUnit) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: OrderQuantityUnit
- Returns:
this.
-
build
-
toString
-