Interface ShoppingListReference

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

public interface ShoppingListReference extends Reference, Identifiable<ShoppingList>, IdentifiableObjHolder<ShoppingList>

Reference to a ShoppingList.


Example to create an instance using the builder pattern

     ShoppingListReference shoppingListReference = ShoppingListReference.builder()
             .id("{id}")
             .build()
 
  • Field Details

  • Method Details