Interface AttributeGroupUpdateAction

All Superinterfaces:
ResourceUpdateAction<AttributeGroupUpdateAction>
All Known Subinterfaces:
AttributeGroupAddAttributeAction, AttributeGroupChangeNameAction, AttributeGroupRemoveAttributeAction, AttributeGroupSetAttributesAction, AttributeGroupSetDescriptionAction, AttributeGroupSetKeyAction

public interface AttributeGroupUpdateAction extends ResourceUpdateAction<AttributeGroupUpdateAction>
AttributeGroupUpdateAction
Example to create a subtype instance using the builder pattern

     AttributeGroupUpdateAction attributeGroupUpdateAction = AttributeGroupUpdateAction.addAttributeBuilder()
             attribute(attributeBuilder -> attributeBuilder)
             .build()