Interface ShoppingListsConfiguration

All Known Implementing Classes:
ShoppingListsConfigurationImpl

ShoppingListsConfiguration
Example to create an instance using the builder pattern

     ShoppingListsConfiguration shoppingListsConfiguration = ShoppingListsConfiguration.builder()
             .build()