Interface AttributeLocalizedEnumValue

All Known Implementing Classes:
AttributeLocalizedEnumValueImpl

AttributeLocalizedEnumValue
Example to create an instance using the builder pattern

     AttributeLocalizedEnumValue attributeLocalizedEnumValue = AttributeLocalizedEnumValue.builder()
             .key("{key}")
             .label(labelBuilder -> labelBuilder)
             .build()