Skip to content

AnnotationEventFieldMapping🔗

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

Definition🔗

public class AnnotationEventFieldMapping {
  public AnnotationEventFieldSource source;
  public String value;
  public String regex;
}

See also🔗