public interface ShoppingListInStoreUpdateCommand extends UpdateCommandDsl<ShoppingList,ShoppingListInStoreUpdateCommand>, MetaModelReferenceExpansionDsl<ShoppingList,ShoppingListInStoreUpdateCommand,ShoppingListExpansionModel<ShoppingList>>
Modifier and Type | Method and Description |
---|---|
static ShoppingListInStoreUpdateCommand |
of(Versioned<ShoppingList> versioned,
String storeKey,
List<? extends UpdateAction<ShoppingList>> updateActions) |
static ShoppingListInStoreUpdateCommand |
of(Versioned<ShoppingList> versioned,
String storeKey,
UpdateAction<ShoppingList> updateAction,
UpdateAction<ShoppingList>... updateActions) |
static ShoppingListInStoreUpdateCommand |
ofKey(String key,
Long version,
String storeKey,
List<? extends UpdateAction<ShoppingList>> updateActions) |
static ShoppingListInStoreUpdateCommand |
ofKey(String key,
Long version,
String storeKey,
UpdateAction<ShoppingList> updateAction) |
plusUpdateActions, withAdditionalHttpQueryParameters, withUpdateActions, withVersion, withVersion
getUpdateActions
canDeserialize, deserialize, httpRequestIntent
plusExpansionPaths, withExpansionPaths
plusExpansionPaths, plusExpansionPaths, plusExpansionPaths, plusExpansionPaths, withExpansionPaths, withExpansionPaths, withExpansionPaths, withExpansionPaths
expansionPaths
static ShoppingListInStoreUpdateCommand of(Versioned<ShoppingList> versioned, String storeKey, List<? extends UpdateAction<ShoppingList>> updateActions)
@SafeVarargs static ShoppingListInStoreUpdateCommand of(Versioned<ShoppingList> versioned, String storeKey, UpdateAction<ShoppingList> updateAction, UpdateAction<ShoppingList>... updateActions)
static ShoppingListInStoreUpdateCommand ofKey(String key, Long version, String storeKey, List<? extends UpdateAction<ShoppingList>> updateActions)
static ShoppingListInStoreUpdateCommand ofKey(String key, Long version, String storeKey, UpdateAction<ShoppingList> updateAction)