Interface ShoppingListSetLineItemCustomFieldAction

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

ShoppingListSetLineItemCustomFieldAction
Example to create an instance using the builder pattern

     ShoppingListSetLineItemCustomFieldAction shoppingListSetLineItemCustomFieldAction = ShoppingListSetLineItemCustomFieldAction.builder()
             .lineItemId("{lineItemId}")
             .name("{name}")
             .build()