Interface ShoppingListSetStoreAction

All Superinterfaces:
ResourceUpdateAction<ShoppingListUpdateAction>, ShoppingListUpdateAction

public interface ShoppingListSetStoreAction extends ShoppingListUpdateAction
ShoppingListSetStoreAction
Example to create an instance using the builder pattern

     ShoppingListSetStoreAction shoppingListSetStoreAction = ShoppingListSetStoreAction.builder()
             .build()