Interface AttributeGroupReference

All Superinterfaces:
Identifiable<AttributeGroup>, Reference, ReferenceMixin
All Known Implementing Classes:
AttributeGroupReferenceImpl

Reference to an AttributeGroup.


Example to create an instance using the builder pattern

     AttributeGroupReference attributeGroupReference = AttributeGroupReference.builder()
             .id("{id}")
             .build()