Class AddTextLineItemChangeBuilder

java.lang.Object
com.commercetools.history.models.change.AddTextLineItemChangeBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<AddTextLineItemChange>

public class AddTextLineItemChangeBuilder extends Object implements io.vrap.rmf.base.client.Builder<AddTextLineItemChange>
AddTextLineItemChangeBuilder
Example to create an instance using the builder pattern

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