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, withVersiongetUpdateActionscanDeserialize, deserialize, httpRequestIntentplusExpansionPaths, withExpansionPathsplusExpansionPaths, plusExpansionPaths, plusExpansionPaths, plusExpansionPaths, withExpansionPaths, withExpansionPaths, withExpansionPaths, withExpansionPathsexpansionPathsstatic 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