Package | Description |
---|---|
io.sphere.sdk.products |
Provides model classes and builders for products.
|
Modifier and Type | Method and Description |
---|---|
PriceDraftDsl |
PriceDraftBuilder.build() |
static PriceDraftDsl |
PriceDraftDsl.of(BigDecimal amount,
javax.money.CurrencyUnit currencyUnit) |
static PriceDraftDsl |
PriceDraft.of(BigDecimal amount,
javax.money.CurrencyUnit currencyUnit) |
static PriceDraftDsl |
PriceDraftDsl.of(javax.money.MonetaryAmount money) |
static PriceDraftDsl |
PriceDraft.of(javax.money.MonetaryAmount money) |
static PriceDraftDsl |
PriceDraftDsl.of(Price template) |
static PriceDraftDsl |
PriceDraft.of(Price template) |
PriceDraftDsl |
PriceDraftDsl.withChannel(Referenceable<Channel> channel) |
PriceDraftDsl |
PriceDraftDsl.withCountry(com.neovisionaries.i18n.CountryCode country) |
PriceDraftDsl |
PriceDraftDsl.withCountryCode(String countryCode) |
PriceDraftDsl |
PriceDraftDsl.withCustom(CustomFieldsDraft custom) |
PriceDraftDsl |
PriceDraftDsl.withCustomerGroup(Referenceable<CustomerGroup> customerGroup) |
PriceDraftDsl |
PriceDraftDsl.withCustomerGroupId(String customerGroupId) |
PriceDraftDsl |
PriceDraftDsl.withDiscounted(DiscountedPrice discounted) |
PriceDraftDsl |
PriceDraftDsl.withTiers(List<PriceTier> tiers) |
PriceDraftDsl |
PriceDraftDsl.withValidFrom(ZonedDateTime validFrom) |
PriceDraftDsl |
PriceDraftDsl.withValidUntil(ZonedDateTime validUntil) |
PriceDraftDsl |
PriceDraftDsl.withValue(javax.money.MonetaryAmount value) |