Interface MyShoppingListChangeTextLineItemNameAction

All Superinterfaces:
MyShoppingListUpdateAction, ResourceUpdateAction<MyShoppingListUpdateAction>
All Known Implementing Classes:
MyShoppingListChangeTextLineItemNameActionImpl

MyShoppingListChangeTextLineItemNameAction
Example to create an instance using the builder pattern

     MyShoppingListChangeTextLineItemNameAction myShoppingListChangeTextLineItemNameAction = MyShoppingListChangeTextLineItemNameAction.builder()
             .textLineItemId("{textLineItemId}")
             .name(nameBuilder -> nameBuilder)
             .build()