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(string $regex)

source🔗

Source type for the field value

source(string $source)

value🔗

Constant value to use when source is "text"

value(string $value)

See also🔗