Interface ShoppingListSetTextLineItemCustomFieldAction

All Superinterfaces:
ResourceUpdateAction<ShoppingListUpdateAction>, ShoppingListUpdateAction

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

     ShoppingListSetTextLineItemCustomFieldAction shoppingListSetTextLineItemCustomFieldAction = ShoppingListSetTextLineItemCustomFieldAction.builder()
             .name("{name}")
             .build()