Interface InventoryEntrySetSafetyStockAction

All Superinterfaces:
InventoryEntryUpdateAction, ResourceUpdateAction<InventoryEntryUpdateAction>

public interface InventoryEntrySetSafetyStockAction extends InventoryEntryUpdateAction

Sets the safety stock level for a specific InventoryEntry. When the stock reaches this level, a corresponding InventoryEntrySafetyStock Message is generated.


Example to create an instance using the builder pattern

     InventoryEntrySetSafetyStockAction inventoryEntrySetSafetyStockAction = InventoryEntrySetSafetyStockAction.builder()
             .build()