Interface InventoryEntrySetRestockableInDaysAction

All Superinterfaces:
InventoryEntryUpdateAction, ResourceUpdateAction<InventoryEntryUpdateAction>

public interface InventoryEntrySetRestockableInDaysAction extends InventoryEntryUpdateAction
InventoryEntrySetRestockableInDaysAction
Example to create an instance using the builder pattern

     InventoryEntrySetRestockableInDaysAction inventoryEntrySetRestockableInDaysAction = InventoryEntrySetRestockableInDaysAction.builder()
             .build()