Interface ShoppingListResourceIdentifier

All Superinterfaces:
Identifiable<ShoppingList>, ResourceIdentifier, WithKey
All Known Implementing Classes:
ShoppingListResourceIdentifierImpl

ResourceIdentifier to a ShoppingList.


Example to create an instance using the builder pattern

     ShoppingListResourceIdentifier shoppingListResourceIdentifier = ShoppingListResourceIdentifier.builder()
             .build()