Class ShippingMethodKeyReferenceBuilder

java.lang.Object
com.commercetools.importapi.models.common.ShippingMethodKeyReferenceBuilder
All Implemented Interfaces:
Builder<ShippingMethodKeyReference>

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

     ShippingMethodKeyReference shippingMethodKeyReference = ShippingMethodKeyReference.builder()
             .key("{key}")
             .build()