Interface AttributeGroupReference

All Superinterfaces:
Identifiable<AttributeGroup>, IdentifiableObjHolder<AttributeGroup>, Reference, ReferenceMixin

public interface AttributeGroupReference extends Reference, Identifiable<AttributeGroup>, IdentifiableObjHolder<AttributeGroup>

Reference to an AttributeGroup.


Example to create an instance using the builder pattern

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

    • ATTRIBUTE_GROUP

      static final String ATTRIBUTE_GROUP
      discriminator value for AttributeGroupReference
      See Also:
  • Method Details