Interface MyShoppingListSetTextLineItemCustomFieldAction

All Superinterfaces:
MyShoppingListUpdateAction, ResourceUpdateAction<MyShoppingListUpdateAction>

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

     MyShoppingListSetTextLineItemCustomFieldAction myShoppingListSetTextLineItemCustomFieldAction = MyShoppingListSetTextLineItemCustomFieldAction.builder()
             .name("{name}")
             .build()