Class ProductPlantSales.ProductPlantSalesBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster.ProductPlantSales.ProductPlantSalesBuilder
- Enclosing class:
- ProductPlantSales
-
Method Summary
Modifier and TypeMethodDescriptionavailabilityCheckType(String availabilityCheckType) Constraints: Not nullable, Maximum length: 2Constraints: Not nullable, Maximum length: 3build()capPlanningQuantityInBaseUoM(BigDecimal capPlanningQuantityInBaseUoM) Constraints: Not nullable, Precision: 13, Scale: 3loadingGroup(String loadingGroup) Constraints: Not nullable, Maximum length: 4(Key Field) Constraints: Not nullable, Maximum length: 4(Key Field) Constraints: Not nullable, Maximum length: 40productShippingProcessingTime(BigDecimal productShippingProcessingTime) Constraints: Not nullable, Precision: 5, Scale: 2replacementPartType(String replacementPartType) Constraints: Not nullable, Maximum length: 1toString()wrkCentersShipgSetupTimeInDays(BigDecimal wrkCentersShipgSetupTimeInDays) Constraints: Not nullable, Precision: 5, Scale: 2
-
Method Details
-
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.
-
loadingGroup
@Nonnull public ProductPlantSales.ProductPlantSalesBuilder loadingGroup(@Nullable String loadingGroup) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: LoadingGroup
- Returns:
this.
-
replacementPartType
@Nonnull public ProductPlantSales.ProductPlantSalesBuilder replacementPartType(@Nullable String replacementPartType) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ReplacementPartType
- Returns:
this.
-
capPlanningQuantityInBaseUoM
@Nonnull public ProductPlantSales.ProductPlantSalesBuilder capPlanningQuantityInBaseUoM(@Nullable BigDecimal capPlanningQuantityInBaseUoM) Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: CapPlanningQuantityInBaseUoM
- Returns:
this.
-
productShippingProcessingTime
@Nonnull public ProductPlantSales.ProductPlantSalesBuilder productShippingProcessingTime(@Nullable BigDecimal productShippingProcessingTime) Constraints: Not nullable, Precision: 5, Scale: 2Original property name from the Odata EDM: ProductShippingProcessingTime
- Returns:
this.
-
wrkCentersShipgSetupTimeInDays
@Nonnull public ProductPlantSales.ProductPlantSalesBuilder wrkCentersShipgSetupTimeInDays(@Nullable BigDecimal wrkCentersShipgSetupTimeInDays) Constraints: Not nullable, Precision: 5, Scale: 2Original property name from the Odata EDM: WrkCentersShipgSetupTimeInDays
- Returns:
this.
-
availabilityCheckType
@Nonnull public ProductPlantSales.ProductPlantSalesBuilder availabilityCheckType(@Nullable String availabilityCheckType) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: AvailabilityCheckType
- Returns:
this.
-
baseUnit
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: BaseUnit
- Returns:
this.
-
build
-
toString
-