Package | Description |
---|---|
io.sphere.sdk.shippingmethods |
Provides model classes and builders for shipping methods.
|
io.sphere.sdk.shippingmethods.commands |
Provides types to change the state of shipping methods.
|
Modifier and Type | Class and Description |
---|---|
class |
ShippingMethodDraftDsl
Dsl class for
ShippingMethodDraft . |
Modifier and Type | Method and Description |
---|---|
static ShippingMethodDraft |
ShippingMethodDraft.of(String name,
LocalizedString localizedDescription,
Referenceable<TaxCategory> taxCategory,
List<ZoneRateDraft> zoneRates) |
static ShippingMethodDraft |
ShippingMethodDraft.of(String name,
LocalizedString localizedDescription,
Referenceable<TaxCategory> taxCategory,
List<ZoneRateDraft> zoneRates,
boolean isDefault) |
static ShippingMethodDraft |
ShippingMethodDraft.of(String name,
String description,
Referenceable<TaxCategory> taxCategory,
List<ZoneRateDraft> zoneRates)
Deprecated.
|
static ShippingMethodDraft |
ShippingMethodDraft.of(String name,
String description,
Referenceable<TaxCategory> taxCategory,
List<ZoneRateDraft> zoneRates,
boolean isDefault)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ShippingMethodDraftDsl |
ShippingMethodDraftDsl.of(ShippingMethodDraft template)
Creates a new object initialized with the fields of the template parameter.
|
Modifier and Type | Method and Description |
---|---|
static ShippingMethodCreateCommand |
ShippingMethodCreateCommand.of(ShippingMethodDraft draft)
Creates a command object to create a
ShippingMethod . |