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()
 
  • Field Details

    • CHANGE_TEXT_LINE_ITEM_NAME

      static final String CHANGE_TEXT_LINE_ITEM_NAME
      discriminator value for ShoppingListChangeTextLineItemNameAction
      See Also:
  • Method Details