Interface AttributeGroupResourceIdentifier

All Superinterfaces:
Identifiable<AttributeGroup>, ResourceIdentifier, WithKey
All Known Implementing Classes:
AttributeGroupResourceIdentifierImpl

public interface AttributeGroupResourceIdentifier extends ResourceIdentifier, Identifiable<AttributeGroup>

ResourceIdentifier to an AttributeGroup.


Example to create an instance using the builder pattern

     AttributeGroupResourceIdentifier attributeGroupResourceIdentifier = AttributeGroupResourceIdentifier.builder()
             .build()