Class RemoveAssociateChangeBuilder

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

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

     RemoveAssociateChange removeAssociateChange = RemoveAssociateChange.builder()
             .change("{change}")
             .previousValue(previousValueBuilder -> previousValueBuilder)
             .build()
 
  • Constructor Details

    • RemoveAssociateChangeBuilder

      public RemoveAssociateChangeBuilder()
  • Method Details