public interface InventoryEntryUpdateCommand extends UpdateCommandDsl<InventoryEntry,InventoryEntryUpdateCommand>, MetaModelReferenceExpansionDsl<InventoryEntry,InventoryEntryUpdateCommand,InventoryEntryExpansionModel<InventoryEntry>>
InventoryEntry
.
Known UpdateActions
InventoryEntry
Modifier and Type | Method and Description |
---|---|
static InventoryEntryUpdateCommand |
of(Versioned<InventoryEntry> versioned,
List<? extends UpdateAction<InventoryEntry>> updateActions)
Creates a command to update a InventoryEntry selected by its ID using several update actions.
|
static InventoryEntryUpdateCommand |
of(Versioned<InventoryEntry> versioned,
UpdateAction<InventoryEntry> updateAction,
UpdateAction<InventoryEntry>... updateActions)
Creates a command to update a InventoryEntry selected by its ID using one update action.
|
plusUpdateActions, withAdditionalHttpQueryParameters, withUpdateActions, withVersion, withVersion
getUpdateActions
canDeserialize, deserialize, httpRequestIntent
plusExpansionPaths, withExpansionPaths
plusExpansionPaths, plusExpansionPaths, plusExpansionPaths, plusExpansionPaths, withExpansionPaths, withExpansionPaths, withExpansionPaths, withExpansionPaths
expansionPaths
static InventoryEntryUpdateCommand of(Versioned<InventoryEntry> versioned, List<? extends UpdateAction<InventoryEntry>> updateActions)
versioned
- the object to update (so directly a InventoryEntry
) or just the version/ID information of itupdateActions
- the updates@SafeVarargs static InventoryEntryUpdateCommand of(Versioned<InventoryEntry> versioned, UpdateAction<InventoryEntry> updateAction, UpdateAction<InventoryEntry>... updateActions)
versioned
- the object to update (so directly a InventoryEntry
) or just the version/ID information of itupdateAction
- the update to performupdateActions
- additional updates to perform