Package | Description |
---|---|
io.sphere.sdk.zones |
Provides model classes and builders for zones.
|
Modifier and Type | Method and Description |
---|---|
ZoneDraftDsl |
ZoneDraftBuilder.build()
Creates a new instance of
ZoneDraftDsl with the values of this builder. |
static ZoneDraftDsl |
ZoneDraftDsl.of(String name,
Set<Location> locations)
Creates a new object initialized with the given values.
|
static ZoneDraftDsl |
ZoneDraftDsl.of(String name,
Set<Location> locations,
String description)
Creates a new object initialized with the given values.
|
static ZoneDraftDsl |
ZoneDraftDsl.of(ZoneDraft template)
Creates a new object initialized with the fields of the template parameter.
|
ZoneDraftDsl |
ZoneDraftDsl.withDescription(String description) |
ZoneDraftDsl |
ZoneDraftDsl.withKey(String key) |
ZoneDraftDsl |
ZoneDraftDsl.withLocations(Set<Location> locations) |
ZoneDraftDsl |
ZoneDraftDsl.withName(String name) |