Class SetMethodInfoMethodChangeBuilder

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

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

     SetMethodInfoMethodChange setMethodInfoMethodChange = SetMethodInfoMethodChange.builder()
             .change("{change}")
             .previousValue("{previousValue}")
             .nextValue("{nextValue}")
             .build()
 
  • Constructor Details

    • SetMethodInfoMethodChangeBuilder

      public SetMethodInfoMethodChangeBuilder()
  • Method Details