Interface ShoppingListSetTextLineItemCustomTypeAction

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

ShoppingListSetTextLineItemCustomTypeAction
Example to create an instance using the builder pattern

     ShoppingListSetTextLineItemCustomTypeAction shoppingListSetTextLineItemCustomTypeAction = ShoppingListSetTextLineItemCustomTypeAction.builder()
             .textLineItemId("{textLineItemId}")
             .build()