Interface ShoppingListSetTextLineItemCustomFieldAction

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

ShoppingListSetTextLineItemCustomFieldAction
Example to create an instance using the builder pattern

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