public static class ProductMLPrices.ProductMLPricesBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ProductMLPrices |
build() |
ProductMLPrices.ProductMLPricesBuilder |
currency(String currency)
Constraints: Not nullable, Maximum length: 5
|
ProductMLPrices.ProductMLPricesBuilder |
currencyRole(String currencyRole)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
ProductMLPrices.ProductMLPricesBuilder |
futurePrice(BigDecimal futurePrice)
Constraints: Not nullable, Precision: 12, Scale: 3
|
ProductMLPrices.ProductMLPricesBuilder |
futurePriceValidityStartDate(LocalDateTime futurePriceValidityStartDate)
Constraints: Not nullable, Precision: 0
|
ProductMLPrices.ProductMLPricesBuilder |
plannedPrice(BigDecimal plannedPrice)
Constraints: Not nullable, Precision: 24, Scale: 3
|
ProductMLPrices.ProductMLPricesBuilder |
product(String product)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
String |
toString() |
ProductMLPrices.ProductMLPricesBuilder |
valuationArea(String valuationArea)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
ProductMLPrices.ProductMLPricesBuilder |
valuationType(String valuationType)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
@Nonnull public ProductMLPrices.ProductMLPricesBuilder product(@Nullable String product)
Original property name from the Odata EDM: Product
this
.@Nonnull public ProductMLPrices.ProductMLPricesBuilder valuationArea(@Nullable String valuationArea)
Original property name from the Odata EDM: ValuationArea
this
.@Nonnull public ProductMLPrices.ProductMLPricesBuilder valuationType(@Nullable String valuationType)
Original property name from the Odata EDM: ValuationType
this
.@Nonnull public ProductMLPrices.ProductMLPricesBuilder currencyRole(@Nullable String currencyRole)
Original property name from the Odata EDM: CurrencyRole
this
.@Nonnull public ProductMLPrices.ProductMLPricesBuilder currency(@Nullable String currency)
Original property name from the Odata EDM: Currency
this
.@Nonnull public ProductMLPrices.ProductMLPricesBuilder futurePrice(@Nullable BigDecimal futurePrice)
Original property name from the Odata EDM: FuturePrice
this
.@Nonnull public ProductMLPrices.ProductMLPricesBuilder futurePriceValidityStartDate(@Nullable LocalDateTime futurePriceValidityStartDate)
Original property name from the Odata EDM: FuturePriceValidityStartDate
this
.@Nonnull public ProductMLPrices.ProductMLPricesBuilder plannedPrice(@Nullable BigDecimal plannedPrice)
Original property name from the Odata EDM: PlannedPrice
this
.@Nonnull public ProductMLPrices build()
Copyright © 2021 SAP SE. All rights reserved.