Interface AttributePlainEnumValue

All Known Implementing Classes:
AttributePlainEnumValueImpl

public interface AttributePlainEnumValue
AttributePlainEnumValue
Example to create an instance using the builder pattern

     AttributePlainEnumValue attributePlainEnumValue = AttributePlainEnumValue.builder()
             .key("{key}")
             .label("{label}")
             .build()