Class ProductVariantDraftImportBuilder

java.lang.Object
com.commercetools.importapi.models.productdrafts.ProductVariantDraftImportBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<ProductVariantDraftImport>

public class ProductVariantDraftImportBuilder extends Object implements io.vrap.rmf.base.client.Builder<ProductVariantDraftImport>
ProductVariantDraftImportBuilder
Example to create an instance using the builder pattern

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