Interface MyShoppingListSetTextLineItemCustomTypeAction

All Superinterfaces:
MyShoppingListUpdateAction, ResourceUpdateAction<MyShoppingListUpdateAction>

public interface MyShoppingListSetTextLineItemCustomTypeAction extends MyShoppingListUpdateAction
MyShoppingListSetTextLineItemCustomTypeAction
Example to create an instance using the builder pattern

     MyShoppingListSetTextLineItemCustomTypeAction myShoppingListSetTextLineItemCustomTypeAction = MyShoppingListSetTextLineItemCustomTypeAction.builder()
             .build()