Interface ShoppingListChangeTextLineItemNameAction

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

ShoppingListChangeTextLineItemNameAction
Example to create an instance using the builder pattern

     ShoppingListChangeTextLineItemNameAction shoppingListChangeTextLineItemNameAction = ShoppingListChangeTextLineItemNameAction.builder()
             .textLineItemId("{textLineItemId}")
             .name(nameBuilder -> nameBuilder)
             .build()