Class RemoveLocationChangeBuilder

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

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

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

    • RemoveLocationChangeBuilder

      public RemoveLocationChangeBuilder()
  • Method Details