Interface ShoppingListReference

All Superinterfaces:
Identifiable<ShoppingList>, Reference, ReferenceMixin
All Known Implementing Classes:
ShoppingListReferenceImpl

Reference to a ShoppingList.


Example to create an instance using the builder pattern

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