Interface InventoryEntrySetCustomTypeAction

All Superinterfaces:
InventoryEntryUpdateAction, ResourceUpdateAction<InventoryEntryUpdateAction>

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

     InventoryEntrySetCustomTypeAction inventoryEntrySetCustomTypeAction = InventoryEntrySetCustomTypeAction.builder()
             .build()