Class AttributeGroupRemoveAttributeActionBuilder

java.lang.Object
com.commercetools.api.models.attribute_group.AttributeGroupRemoveAttributeActionBuilder
All Implemented Interfaces:
Builder<AttributeGroupRemoveAttributeAction>

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

     AttributeGroupRemoveAttributeAction attributeGroupRemoveAttributeAction = AttributeGroupRemoveAttributeAction.builder()
             .attribute(attributeBuilder -> attributeBuilder)
             .build()