Class TransactionChangeValueBuilder

java.lang.Object
com.commercetools.history.models.change_value.TransactionChangeValueBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<TransactionChangeValue>

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

     TransactionChangeValue transactionChangeValue = TransactionChangeValue.builder()
             .id("{id}")
             .interactionId("{interactionId}")
             .timestamp("{timestamp}")
             .build()