Interface InventoryEntrySetKeyAction

All Superinterfaces:
InventoryEntryUpdateAction, ResourceUpdateAction<InventoryEntryUpdateAction>

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

     InventoryEntrySetKeyAction inventoryEntrySetKeyAction = InventoryEntrySetKeyAction.builder()
             .build()