Interface ShoppingListRemoveLineItemAction

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

ShoppingListRemoveLineItemAction
Example to create an instance using the builder pattern

     ShoppingListRemoveLineItemAction shoppingListRemoveLineItemAction = ShoppingListRemoveLineItemAction.builder()
             .lineItemId("{lineItemId}")
             .build()