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, withDraft
canDeserialize, deserialize, httpRequestIntent
plusExpansionPaths, withExpansionPaths
plusExpansionPaths, plusExpansionPaths, plusExpansionPaths, plusExpansionPaths, withExpansionPaths, withExpansionPaths, withExpansionPaths, withExpansionPaths
expansionPaths
static OrderFromCartInStoreCreateCommand of(String storeKey, OrderFromCartDraft draft)
static OrderFromCartInStoreCreateCommand of(String storeKey, Versioned<Cart> cart)
static OrderFromCartInStoreCreateCommand of(String storeKey, ResourceIdentifier<Cart> cartResourceIdentifier, Long version)