Class ProductVariantDraftImportBuilder

java.lang.Object
com.commercetools.importapi.models.productdrafts.ProductVariantDraftImportBuilder
All Implemented Interfaces:
Builder<ProductVariantDraftImport>

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

     ProductVariantDraftImport productVariantDraftImport = ProductVariantDraftImport.builder()
             .key("{key}")
             .build()