public class PriceRowBuilder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static PriceRowBuilder |
aModel() |
PriceRowModel |
build() |
PriceRowBuilder |
withCatalogVersion(CatalogVersionModel catalogVersion) |
PriceRowBuilder |
withCurrency(CurrencyModel currency) |
PriceRowBuilder |
withPrice(java.lang.Double price) |
PriceRowBuilder |
withProduct(ProductModel product) |
PriceRowBuilder |
withProductId(java.lang.String productId) |
PriceRowBuilder |
withUnit(UnitModel unit) |
PriceRowBuilder |
withUser(UserModel user) |
public static PriceRowBuilder aModel()
public PriceRowModel build()
public PriceRowBuilder withCurrency(CurrencyModel currency)
public PriceRowBuilder withPrice(java.lang.Double price)
public PriceRowBuilder withProduct(ProductModel product)
public PriceRowBuilder withUnit(UnitModel unit)
public PriceRowBuilder withCatalogVersion(CatalogVersionModel catalogVersion)
public PriceRowBuilder withUser(UserModel user)
public PriceRowBuilder withProductId(java.lang.String productId)
Copyright © 2018 SAP SE. All Rights Reserved.