Package | Description |
---|---|
io.sphere.sdk.products |
Provides model classes and builders for products.
|
Modifier and Type | Method and Description |
---|---|
PriceTierBuilder |
PriceTierBuilder.minimumQuantity(Integer minimumQuantity)
Sets the
minimumQuantity property of this builder. |
static PriceTierBuilder |
PriceTierBuilder.of(Integer minimumQuantity,
javax.money.MonetaryAmount value)
Creates a new object initialized with the given values.
|
static PriceTierBuilder |
PriceTierBuilder.of(PriceTier template)
Creates a new object initialized with the fields of the template parameter.
|
PriceTierBuilder |
PriceTierBuilder.value(javax.money.MonetaryAmount value)
Sets the
value property of this builder. |