public static class ProductMLAccount.ProductMLAccountBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ProductMLAccount |
build() |
ProductMLAccount.ProductMLAccountBuilder |
currency(String currency)
Constraints: Not nullable, Maximum length: 5
|
ProductMLAccount.ProductMLAccountBuilder |
currencyRole(String currencyRole)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
ProductMLAccount.ProductMLAccountBuilder |
movingAveragePrice(BigDecimal movingAveragePrice)
Constraints: Not nullable, Precision: 12, Scale: 3
|
ProductMLAccount.ProductMLAccountBuilder |
priceUnitQty(BigDecimal priceUnitQty)
Constraints: Not nullable, Precision: 5, Scale: 0
|
ProductMLAccount.ProductMLAccountBuilder |
product(String product)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
ProductMLAccount.ProductMLAccountBuilder |
productPriceControl(String productPriceControl)
Constraints: Not nullable, Maximum length: 1
|
ProductMLAccount.ProductMLAccountBuilder |
standardPrice(BigDecimal standardPrice)
Constraints: Not nullable, Precision: 12, Scale: 3
|
String |
toString() |
ProductMLAccount.ProductMLAccountBuilder |
valuationArea(String valuationArea)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
ProductMLAccount.ProductMLAccountBuilder |
valuationType(String valuationType)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
@Nonnull public ProductMLAccount.ProductMLAccountBuilder product(@Nullable String product)
Original property name from the Odata EDM: Product
this
.@Nonnull public ProductMLAccount.ProductMLAccountBuilder valuationArea(@Nullable String valuationArea)
Original property name from the Odata EDM: ValuationArea
this
.@Nonnull public ProductMLAccount.ProductMLAccountBuilder valuationType(@Nullable String valuationType)
Original property name from the Odata EDM: ValuationType
this
.@Nonnull public ProductMLAccount.ProductMLAccountBuilder currencyRole(@Nullable String currencyRole)
Original property name from the Odata EDM: CurrencyRole
this
.@Nonnull public ProductMLAccount.ProductMLAccountBuilder currency(@Nullable String currency)
Original property name from the Odata EDM: Currency
this
.@Nonnull public ProductMLAccount.ProductMLAccountBuilder productPriceControl(@Nullable String productPriceControl)
Original property name from the Odata EDM: ProductPriceControl
this
.@Nonnull public ProductMLAccount.ProductMLAccountBuilder priceUnitQty(@Nullable BigDecimal priceUnitQty)
Original property name from the Odata EDM: PriceUnitQty
this
.@Nonnull public ProductMLAccount.ProductMLAccountBuilder movingAveragePrice(@Nullable BigDecimal movingAveragePrice)
Original property name from the Odata EDM: MovingAveragePrice
this
.@Nonnull public ProductMLAccount.ProductMLAccountBuilder standardPrice(@Nullable BigDecimal standardPrice)
Original property name from the Odata EDM: StandardPrice
this
.@Nonnull public ProductMLAccount build()
Copyright © 2021 SAP SE. All rights reserved.