Class SetShippingCustomFieldChangeBuilder

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

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

     SetShippingCustomFieldChange setShippingCustomFieldChange = SetShippingCustomFieldChange.builder()
             .change("{change}")
             .shippingKey("{shippingKey}")
             .name("{name}")
             .customTypeId("{customTypeId}")
             .build()