Interface ShoppingListRemoveTextLineItemAction

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

ShoppingListRemoveTextLineItemAction
Example to create an instance using the builder pattern

     ShoppingListRemoveTextLineItemAction shoppingListRemoveTextLineItemAction = ShoppingListRemoveTextLineItemAction.builder()
             .textLineItemId("{textLineItemId}")
             .build()