Class AddLocationChangeBuilder

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

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

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

    • AddLocationChangeBuilder

      public AddLocationChangeBuilder()
  • Method Details