Package com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification
Class ProductWorkScheduling.ProductWorkSchedulingBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification.ProductWorkScheduling.ProductWorkSchedulingBuilder
- Enclosing class:
- ProductWorkScheduling
-
Method Summary
Modifier and TypeMethodDescriptionConstraints: Not nullable, Maximum length: 3build()materialBaseQuantity(BigDecimal materialBaseQuantity) Constraints: Not nullable, Precision: 13, Scale: 3overDelivToleranceLimit(BigDecimal overDelivToleranceLimit) Constraints: Not nullable, Precision: 3, Scale: 1(Key Field) Constraints: Not nullable, Maximum length: 4(Key Field) Constraints: Not nullable, Maximum length: 40productionInvtryManagedLoc(String productionInvtryManagedLoc) Constraints: Not nullable, Maximum length: 4toString()underDelivToleranceLimit(BigDecimal underDelivToleranceLimit) Constraints: Not nullable, Precision: 3, Scale: 1unlimitedOverDelivIsAllowed(Boolean unlimitedOverDelivIsAllowed) Constraints: none
-
Method Details
-
product
@Nonnull public ProductWorkScheduling.ProductWorkSchedulingBuilder product(@Nullable String product) (Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: Product
- Returns:
this.
-
plant
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Plant
- Returns:
this.
-
materialBaseQuantity
@Nonnull public ProductWorkScheduling.ProductWorkSchedulingBuilder materialBaseQuantity(@Nullable BigDecimal materialBaseQuantity) Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: MaterialBaseQuantity
- Returns:
this.
-
unlimitedOverDelivIsAllowed
@Nonnull public ProductWorkScheduling.ProductWorkSchedulingBuilder unlimitedOverDelivIsAllowed(@Nullable Boolean unlimitedOverDelivIsAllowed) Constraints: noneOriginal property name from the Odata EDM: UnlimitedOverDelivIsAllowed
- Returns:
this.
-
overDelivToleranceLimit
@Nonnull public ProductWorkScheduling.ProductWorkSchedulingBuilder overDelivToleranceLimit(@Nullable BigDecimal overDelivToleranceLimit) Constraints: Not nullable, Precision: 3, Scale: 1Original property name from the Odata EDM: OverDelivToleranceLimit
- Returns:
this.
-
underDelivToleranceLimit
@Nonnull public ProductWorkScheduling.ProductWorkSchedulingBuilder underDelivToleranceLimit(@Nullable BigDecimal underDelivToleranceLimit) Constraints: Not nullable, Precision: 3, Scale: 1Original property name from the Odata EDM: UnderDelivToleranceLimit
- Returns:
this.
-
productionInvtryManagedLoc
@Nonnull public ProductWorkScheduling.ProductWorkSchedulingBuilder productionInvtryManagedLoc(@Nullable String productionInvtryManagedLoc) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ProductionInvtryManagedLoc
- Returns:
this.
-
baseUnit
@Nonnull public ProductWorkScheduling.ProductWorkSchedulingBuilder baseUnit(@Nullable String baseUnit) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: BaseUnit
- Returns:
this.
-
build
-
toString
-