Interface InventoryEntryReference

All Superinterfaces:
Identifiable<InventoryEntry>, IdentifiableObjHolder<InventoryEntry>, Reference, ReferenceMixin

public interface InventoryEntryReference extends Reference, Identifiable<InventoryEntry>, IdentifiableObjHolder<InventoryEntry>

Reference to an InventoryEntry.


Example to create an instance using the builder pattern

     InventoryEntryReference inventoryEntryReference = InventoryEntryReference.builder()
             .id("{id}")
             .build()