Interface InventoryEntryUpdate

All Superinterfaces:
ResourceUpdate<InventoryEntryUpdate,InventoryEntryUpdateAction,InventoryEntryUpdateBuilder>

InventoryEntryUpdate
Example to create an instance using the builder pattern

     InventoryEntryUpdate inventoryEntryUpdate = InventoryEntryUpdate.builder()
             .version(0.3)
             .plusActions(actionsBuilder -> actionsBuilder)
             .build()