Package | Description |
---|---|
io.sphere.sdk.carts.commands |
Provides types to change the state of carts.
|
Modifier and Type | Class and Description |
---|---|
class |
CartReplicationDraftDsl
Dsl class for
CartReplicationDraft . |
Modifier and Type | Method and Description |
---|---|
CartReplicationDraft |
CartReplicationCommand.getCartReplicationDraft() |
CartReplicationDraft |
CartInStoreReplicationCommand.getCartReplicationDraft() |
Modifier and Type | Method and Description |
---|---|
static CartReplicationCommand |
CartReplicationCommand.of(CartReplicationDraft cartReplicationDraft) |
static CartReplicationDraftDsl |
CartReplicationDraftDsl.of(CartReplicationDraft template)
Creates a new object initialized with the fields of the template parameter.
|
static CartReplicationDraftBuilder |
CartReplicationDraftBuilder.of(CartReplicationDraft template)
Creates a new object initialized with the fields of the template parameter.
|
static CartInStoreReplicationCommand |
CartInStoreReplicationCommand.of(String storeKey,
CartReplicationDraft cartReplicationDraft) |