Interface ShoppingListSetCustomerAction

All Superinterfaces:
ResourceUpdateAction<ShoppingListUpdateAction>, ShoppingListUpdateAction
All Known Implementing Classes:
ShoppingListSetCustomerActionImpl

ShoppingListSetCustomerAction
Example to create an instance using the builder pattern

     ShoppingListSetCustomerAction shoppingListSetCustomerAction = ShoppingListSetCustomerAction.builder()
             .build()