public class AttributeCountBuilder extends Object implements io.vrap.rmf.base.client.Builder<AttributeCount>
| Constructor and Description |
|---|
AttributeCountBuilder() |
| Modifier and Type | Method and Description |
|---|---|
AttributeCount |
build() |
AttributeCount |
buildUnchecked()
builds AttributeCount without checking for non null required values
|
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()
build in interface io.vrap.rmf.base.client.Builder<AttributeCount>public AttributeCount buildUnchecked()
public static AttributeCountBuilder of()
public static AttributeCountBuilder of(AttributeCount template)