Interface AddTextLineItemChange

All Superinterfaces:
Change
All Known Implementing Classes:
AddTextLineItemChangeImpl

public interface AddTextLineItemChange extends Change

Change triggered by the Add TextLineItem update action.


Example to create an instance using the builder pattern

     AddTextLineItemChange addTextLineItemChange = AddTextLineItemChange.builder()
             .change("{change}")
             .nextValue(nextValueBuilder -> nextValueBuilder)
             .build()