Class SetCustomerChangeBuilder

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

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

     SetCustomerChange setCustomerChange = SetCustomerChange.builder()
             .change("{change}")
             .previousValue(previousValueBuilder -> previousValueBuilder)
             .nextValue(nextValueBuilder -> nextValueBuilder)
             .build()
 
  • Constructor Details

    • SetCustomerChangeBuilder

      public SetCustomerChangeBuilder()
  • Method Details