public interface InventoryEntryDeleteCommand extends MetaModelReferenceExpansionDsl<InventoryEntry,InventoryEntryDeleteCommand,InventoryEntryExpansionModel<InventoryEntry>>, DeleteCommand<InventoryEntry>
InventoryEntry
.InventoryEntry
Modifier and Type | Method and Description |
---|---|
static InventoryEntryDeleteCommand |
of(Versioned<InventoryEntry> versioned)
Creates a command object to delete a
InventoryEntry by ID. |
plusExpansionPaths, withExpansionPaths
plusExpansionPaths, plusExpansionPaths, plusExpansionPaths, plusExpansionPaths, withExpansionPaths, withExpansionPaths, withExpansionPaths, withExpansionPaths
expansionPaths
canDeserialize, deserialize, httpRequestIntent
static InventoryEntryDeleteCommand of(Versioned<InventoryEntry> versioned)
InventoryEntry
by ID.versioned
- the object to delete (so directly a InventoryEntry
) or just the version/ID information of it