Interface ShoppingListSetCustomerAction

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

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

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