| Package | Description |
|---|---|
| io.sphere.sdk.shippingmethods |
Provides model classes and builders for shipping methods.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ZoneRateDraftDsl
Dsl class for
ZoneRateDraft. |
| Modifier and Type | Method and Description |
|---|---|
List<ZoneRateDraft> |
ShippingMethodDraft.getZoneRates() |
List<ZoneRateDraft> |
ShippingMethodDraftDsl.getZoneRates() |
| Modifier and Type | Method and Description |
|---|---|
static ZoneRateDraftBuilder |
ZoneRateDraftBuilder.of(ZoneRateDraft template)
Creates a new object initialized with the fields of the template parameter.
|
static ZoneRateDraftDsl |
ZoneRateDraftDsl.of(ZoneRateDraft template)
Creates a new object initialized with the fields of the template parameter.
|
| 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 ShippingMethodDraftDsl |
ShippingMethodDraftDsl.of(String name,
LocalizedString localizedDescription,
ResourceIdentifier<TaxCategory> taxCategory,
List<ZoneRateDraft> zoneRates,
Boolean _default)
Creates a new object initialized with the given values.
|
static ShippingMethodDraftDsl |
ShippingMethodDraftDsl.of(String name,
ResourceIdentifier<TaxCategory> taxCategory,
List<ZoneRateDraft> zoneRates,
Boolean _default)
Creates a new object initialized with the given values.
|
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.
|
static ShippingMethodDraftDsl |
ShippingMethodDraftDsl.of(String name,
String description,
ResourceIdentifier<TaxCategory> taxCategory,
List<ZoneRateDraft> zoneRates,
Boolean _default)
Creates a new object initialized with the given values.
|
ShippingMethodDraftDsl |
ShippingMethodDraftDsl.withZoneRates(List<ZoneRateDraft> zoneRates) |