Class ProductVariantSelectionIncludeAllExceptBuilder

java.lang.Object
com.commercetools.api.models.product_selection.ProductVariantSelectionIncludeAllExceptBuilder
All Implemented Interfaces:
Builder<ProductVariantSelectionIncludeAllExcept>

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

     ProductVariantSelectionIncludeAllExcept productVariantSelectionIncludeAllExcept = ProductVariantSelectionIncludeAllExcept.builder()
             .plusSkus(skusBuilder -> skusBuilder)
             .build()