Class SetShippingAddressCustomFieldChangeBuilder

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

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

     SetShippingAddressCustomFieldChange setShippingAddressCustomFieldChange = SetShippingAddressCustomFieldChange.builder()
             .change("{change}")
             .name("{name}")
             .customTypeId("{customTypeId}")
             .build()