Skip to content

AnnotationEventFieldMappingBuilder🔗

Constructor🔗

new AnnotationEventFieldMappingBuilder()

Methods🔗

build🔗

Builds the object.

public AnnotationEventFieldMapping build()

regex🔗

Regular expression to apply to the field value

public AnnotationEventFieldMappingBuilder regex(String regex)

source🔗

Source type for the field value

public AnnotationEventFieldMappingBuilder source(String source)

value🔗

Constant value to use when source is "text"

public AnnotationEventFieldMappingBuilder value(String value)

See also🔗