public static class ProductPlantSales.ProductPlantSalesBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ProductPlantSales.ProductPlantSalesBuilder |
availabilityCheckType(String availabilityCheckType)
Constraints: Not nullable, Maximum length: 2
|
ProductPlantSales.ProductPlantSalesBuilder |
baseUnit(String baseUnit)
Constraints: Not nullable, Maximum length: 3
|
ProductPlantSales |
build() |
ProductPlantSales.ProductPlantSalesBuilder |
capPlanningQuantityInBaseUoM(BigDecimal capPlanningQuantityInBaseUoM)
Constraints: Not nullable, Precision: 13, Scale: 3
|
ProductPlantSales.ProductPlantSalesBuilder |
loadingGroup(String loadingGroup)
Constraints: Not nullable, Maximum length: 4
|
ProductPlantSales.ProductPlantSalesBuilder |
plant(String plant)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
ProductPlantSales.ProductPlantSalesBuilder |
product(String product)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
ProductPlantSales.ProductPlantSalesBuilder |
productShippingProcessingTime(BigDecimal productShippingProcessingTime)
Constraints: Not nullable, Precision: 5, Scale: 2
|
ProductPlantSales.ProductPlantSalesBuilder |
replacementPartType(String replacementPartType)
Constraints: Not nullable, Maximum length: 1
|
String |
toString() |
ProductPlantSales.ProductPlantSalesBuilder |
wrkCentersShipgSetupTimeInDays(BigDecimal wrkCentersShipgSetupTimeInDays)
Constraints: Not nullable, Precision: 5, Scale: 2
|
@Nonnull public ProductPlantSales.ProductPlantSalesBuilder product(@Nullable String product)
Original property name from the Odata EDM: Product
this
.@Nonnull public ProductPlantSales.ProductPlantSalesBuilder plant(@Nullable String plant)
Original property name from the Odata EDM: Plant
this
.@Nonnull public ProductPlantSales.ProductPlantSalesBuilder loadingGroup(@Nullable String loadingGroup)
Original property name from the Odata EDM: LoadingGroup
this
.@Nonnull public ProductPlantSales.ProductPlantSalesBuilder replacementPartType(@Nullable String replacementPartType)
Original property name from the Odata EDM: ReplacementPartType
this
.@Nonnull public ProductPlantSales.ProductPlantSalesBuilder capPlanningQuantityInBaseUoM(@Nullable BigDecimal capPlanningQuantityInBaseUoM)
Original property name from the Odata EDM: CapPlanningQuantityInBaseUoM
this
.@Nonnull public ProductPlantSales.ProductPlantSalesBuilder productShippingProcessingTime(@Nullable BigDecimal productShippingProcessingTime)
Original property name from the Odata EDM: ProductShippingProcessingTime
this
.@Nonnull public ProductPlantSales.ProductPlantSalesBuilder wrkCentersShipgSetupTimeInDays(@Nullable BigDecimal wrkCentersShipgSetupTimeInDays)
Original property name from the Odata EDM: WrkCentersShipgSetupTimeInDays
this
.@Nonnull public ProductPlantSales.ProductPlantSalesBuilder availabilityCheckType(@Nullable String availabilityCheckType)
Original property name from the Odata EDM: AvailabilityCheckType
this
.@Nonnull public ProductPlantSales.ProductPlantSalesBuilder baseUnit(@Nullable String baseUnit)
Original property name from the Odata EDM: BaseUnit
this
.@Nonnull public ProductPlantSales build()
Copyright © 2021 SAP SE. All rights reserved.