Interface ShoppingListChangeTextLineItemNameAction

All Superinterfaces:
ResourceUpdateAction<ShoppingListUpdateAction>, ShoppingListUpdateAction

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

     ShoppingListChangeTextLineItemNameAction shoppingListChangeTextLineItemNameAction = ShoppingListChangeTextLineItemNameAction.builder()
             .name(nameBuilder -> nameBuilder)
             .build()