Interface CustomFieldEnumValue

All Known Implementing Classes:
CustomFieldEnumValueImpl

public interface CustomFieldEnumValue

Defines an allowed value of a CustomFieldEnumType field.


Example to create an instance using the builder pattern

     CustomFieldEnumValue customFieldEnumValue = CustomFieldEnumValue.builder()
             .key("{key}")
             .label("{label}")
             .build()