Interface ShoppingListSetTextLineItemCustomTypeAction

All Superinterfaces:
ResourceUpdateAction<ShoppingListUpdateAction>, ShoppingListUpdateAction

public interface ShoppingListSetTextLineItemCustomTypeAction extends ShoppingListUpdateAction
ShoppingListSetTextLineItemCustomTypeAction
Example to create an instance using the builder pattern

     ShoppingListSetTextLineItemCustomTypeAction shoppingListSetTextLineItemCustomTypeAction = ShoppingListSetTextLineItemCustomTypeAction.builder()
             .build()