Interface ShoppingListResourceIdentifier

All Superinterfaces:
Identifiable<ShoppingList>, ResourceIdentifier, WithKey

public interface ShoppingListResourceIdentifier extends ResourceIdentifier, Identifiable<ShoppingList>

ResourceIdentifier to a ShoppingList. Either id or key is required. If both are set, an InvalidJsonInput error is returned.


Example to create an instance using the builder pattern

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