public final class AttributeCountBuilder extends Object
| Constructor and Description |
|---|
AttributeCountBuilder() |
| Modifier and Type | Method and Description |
|---|---|
AttributeCount |
build() |
Integer |
getMissingAttributeValues() |
Integer |
getProductTypeAttributes() |
Integer |
getVariantAttributes() |
AttributeCountBuilder |
missingAttributeValues(Integer missingAttributeValues) |
static AttributeCountBuilder |
of() |
static AttributeCountBuilder |
of(AttributeCount template) |
AttributeCountBuilder |
productTypeAttributes(Integer productTypeAttributes) |
AttributeCountBuilder |
variantAttributes(Integer variantAttributes) |
public AttributeCountBuilder productTypeAttributes(Integer productTypeAttributes)
public AttributeCountBuilder variantAttributes(Integer variantAttributes)
public AttributeCountBuilder missingAttributeValues(Integer missingAttributeValues)
public Integer getProductTypeAttributes()
public Integer getVariantAttributes()
public Integer getMissingAttributeValues()
public AttributeCount build()
public static AttributeCountBuilder of()
public static AttributeCountBuilder of(AttributeCount template)