public interface OrderFromCartInStoreCreateCommand extends DraftBasedCreateCommandDsl<Order,OrderFromCartDraft,OrderFromCartInStoreCreateCommand>, MetaModelReferenceExpansionDsl<Order,OrderFromCartInStoreCreateCommand,OrderExpansionModel<Order>>
| Modifier and Type | Method and Description |
|---|---|
static OrderFromCartInStoreCreateCommand |
of(String storeKey,
OrderFromCartDraft draft) |
static OrderFromCartInStoreCreateCommand |
of(String storeKey,
ResourceIdentifier<Cart> cartResourceIdentifier,
Long version) |
static OrderFromCartInStoreCreateCommand |
of(String storeKey,
Versioned<Cart> cart) |
getDraft, withDraftcanDeserialize, deserialize, httpRequestIntentplusExpansionPaths, withExpansionPathsplusExpansionPaths, plusExpansionPaths, plusExpansionPaths, plusExpansionPaths, withExpansionPaths, withExpansionPaths, withExpansionPaths, withExpansionPathsexpansionPathsstatic OrderFromCartInStoreCreateCommand of(String storeKey, OrderFromCartDraft draft)
static OrderFromCartInStoreCreateCommand of(String storeKey, Versioned<Cart> cart)
static OrderFromCartInStoreCreateCommand of(String storeKey, ResourceIdentifier<Cart> cartResourceIdentifier, Long version)