Interface CustomFieldEnumType

All Superinterfaces:
FieldType
All Known Implementing Classes:
CustomFieldEnumTypeImpl

public interface CustomFieldEnumType extends FieldType

Field type for enum values.


Example to create an instance using the builder pattern

     CustomFieldEnumType customFieldEnumType = CustomFieldEnumType.builder()
             .plusValues(valuesBuilder -> valuesBuilder)
             .build()