Skip to content

AnnotationEventFieldMappingBuilder🔗

Annotation event field mapping. Defines how to map a data frame field to an annotation event field.

Constructor🔗

new AnnotationEventFieldMappingBuilder()

Methods🔗

build🔗

Builds the object.

build()

regex🔗

Regular expression to apply to the field value

regex(regex: string)

source🔗

Source type for the field value

source(source: string)

value🔗

Constant value to use when source is "text"

value(value: string)

See also🔗