Class StandalonePriceSetCustomFieldChangeBuilder

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

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

     StandalonePriceSetCustomFieldChange standalonePriceSetCustomFieldChange = StandalonePriceSetCustomFieldChange.builder()
             .change("{change}")
             .name("{name}")
             .customTypeId("{customTypeId}")
             .build()