| Package | Description |
|---|---|
| io.sphere.sdk.carts.commands |
Provides types to change the state of carts.
|
| Modifier and Type | Method and Description |
|---|---|
CartReplicationDraftDsl |
CartReplicationDraftBuilder.build()
Creates a new instance of
CartReplicationDraftDsl with the values of this builder. |
static CartReplicationDraftDsl |
CartReplicationDraftDsl.of(CartReplicationDraft template)
Creates a new object initialized with the fields of the template parameter.
|
static CartReplicationDraftDsl |
CartReplicationDraftDsl.of(Reference<? extends CartLike> reference)
Creates a new object initialized with the given values.
|
CartReplicationDraftDsl |
CartReplicationDraftDsl.withKey(String key) |
CartReplicationDraftDsl |
CartReplicationDraftDsl.withReference(Referenceable<? extends CartLike> reference) |