Interface AttributeGroupUpdateAction

All Superinterfaces:
ResourceUpdateAction<AttributeGroupUpdateAction>
All Known Subinterfaces:
AttributeGroupAddAttributeAction, AttributeGroupChangeNameAction, AttributeGroupRemoveAttributeAction, AttributeGroupSetAttributesAction, AttributeGroupSetDescriptionAction, AttributeGroupSetKeyAction
All Known Implementing Classes:
AttributeGroupAddAttributeActionImpl, AttributeGroupChangeNameActionImpl, AttributeGroupRemoveAttributeActionImpl, AttributeGroupSetAttributesActionImpl, AttributeGroupSetDescriptionActionImpl, AttributeGroupSetKeyActionImpl, AttributeGroupUpdateActionImpl

AttributeGroupUpdateAction
Example to create a subtype instance using the builder pattern

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