| Package | Description |
|---|---|
| io.sphere.sdk.products |
Provides model classes and builders for products.
|
| Modifier and Type | Method and Description |
|---|---|
PriceTier |
PriceTierBuilder.build()
Creates a new instance of
PriceTier with the values of this builder. |
| Modifier and Type | Method and Description |
|---|---|
List<PriceTier> |
Price.getTiers() |
List<PriceTier> |
PriceDraftBuilder.getTiers() |
List<PriceTier> |
PriceDraftDsl.getTiers() |
List<PriceTier> |
PriceDraft.getTiers() |
| Modifier and Type | Method and Description |
|---|---|
static PriceTierBuilder |
PriceTierBuilder.of(PriceTier template)
Creates a new object initialized with the fields of the template parameter.
|
PriceDraftBuilder |
PriceDraftBuilder.plusTiers(PriceTier tierToAdd) |
| Modifier and Type | Method and Description |
|---|---|
PriceDraftBuilder |
PriceDraftBuilder.plusTiers(List<PriceTier> tierToAdd) |
PriceDraftBuilder |
PriceDraftBuilder.tiers(List<PriceTier> tiers) |
PriceBuilder |
PriceBuilder.tiers(List<PriceTier> tiers)
Sets the
tiers property of this builder. |
PriceDraftDsl |
PriceDraftDsl.withTiers(List<PriceTier> tiers) |