Interface ShoppingListSetCustomerAction

All Superinterfaces:
ResourceUpdateAction<ShoppingListUpdateAction>, ShoppingListUpdateAction

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

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