Class AddAssociateChangeBuilder

java.lang.Object
com.commercetools.history.models.change.AddAssociateChangeBuilder
All Implemented Interfaces:
Builder<AddAssociateChange>

public class AddAssociateChangeBuilder extends Object implements Builder<AddAssociateChange>
AddAssociateChangeBuilder
Example to create an instance using the builder pattern

     AddAssociateChange addAssociateChange = AddAssociateChange.builder()
             .change("{change}")
             .nextValue(nextValueBuilder -> nextValueBuilder)
             .build()
 
  • Constructor Details

    • AddAssociateChangeBuilder

      public AddAssociateChangeBuilder()
  • Method Details