Interface SetShoppingListLineItemCustomTypeChange

All Superinterfaces:
Change
All Known Implementing Classes:
SetShoppingListLineItemCustomTypeChangeImpl

Change triggered by the Set ShoppingListLineItem Custom Type update action.


Example to create an instance using the builder pattern

     SetShoppingListLineItemCustomTypeChange setShoppingListLineItemCustomTypeChange = SetShoppingListLineItemCustomTypeChange.builder()
             .change("{change}")
             .previousValue(previousValueBuilder -> previousValueBuilder)
             .nextValue(nextValueBuilder -> nextValueBuilder)
             .lineItem(lineItemBuilder -> lineItemBuilder)
             .build()