Package | Description |
---|---|
io.sphere.sdk.shippingmethods |
Provides model classes and builders for shipping methods.
|
Modifier and Type | Method and Description |
---|---|
ZoneRateDraftDsl |
ZoneRateDraftBuilder.build()
Creates a new instance of
ZoneRateDraftDsl with the values of this builder. |
static ZoneRateDraftDsl |
ZoneRateDraftDsl.of(ResourceIdentifier<Zone> zone,
List<ShippingRate> shippingRates)
Creates a new object initialized with the given values.
|
static ZoneRateDraftDsl |
ZoneRateDraftDsl.of(ZoneRateDraft template)
Creates a new object initialized with the fields of the template parameter.
|
ZoneRateDraftDsl |
ZoneRateDraftDsl.withShippingRates(List<ShippingRate> shippingRates) |
ZoneRateDraftDsl |
ZoneRateDraftDsl.withZone(ResourceIdentifier<Zone> zone) |