public class AttributeSupportBuilder extends AttributeSupportFluentImpl<AttributeSupportBuilder> implements VisitableBuilder<AttributeSupport,AttributeSupportBuilder>
_visitables
Constructor and Description |
---|
AttributeSupportBuilder() |
AttributeSupportBuilder(AttributeSupport instance) |
AttributeSupportBuilder(AttributeSupport instance,
Boolean validationEnabled) |
AttributeSupportBuilder(AttributeSupportFluent<?> fluent) |
AttributeSupportBuilder(AttributeSupportFluent<?> fluent,
AttributeSupport instance) |
AttributeSupportBuilder(AttributeSupportFluent<?> fluent,
AttributeSupport instance,
Boolean validationEnabled) |
AttributeSupportBuilder(AttributeSupportFluent<?> fluent,
Boolean validationEnabled) |
AttributeSupportBuilder(Boolean validationEnabled) |
Modifier and Type | Method and Description |
---|---|
EditableAttributeSupport |
build() |
boolean |
equals(Object o) |
addToAttributes, addToAttributes, getAttributes, hasAttributes, removeFromAttributes, removeFromAttributes, withAttributes
accept, aggregate, aggregate, build, build, builderOf
public AttributeSupportBuilder()
public AttributeSupportBuilder(Boolean validationEnabled)
public AttributeSupportBuilder(AttributeSupportFluent<?> fluent)
public AttributeSupportBuilder(AttributeSupportFluent<?> fluent, Boolean validationEnabled)
public AttributeSupportBuilder(AttributeSupportFluent<?> fluent, AttributeSupport instance)
public AttributeSupportBuilder(AttributeSupportFluent<?> fluent, AttributeSupport instance, Boolean validationEnabled)
public AttributeSupportBuilder(AttributeSupport instance)
public AttributeSupportBuilder(AttributeSupport instance, Boolean validationEnabled)
public EditableAttributeSupport build()
build
in interface Builder<AttributeSupport>
public boolean equals(Object o)
equals
in class AttributeSupportFluentImpl<AttributeSupportBuilder>
Copyright © 2019 JBoss by Red Hat. All rights reserved.