Skip to content

AnnotationTargetBuilder🔗

Constructor🔗

new AnnotationTargetBuilder()

Methods🔗

build🔗

Builds the object.

public AnnotationTarget build()

limit🔗

Only required/valid for the grafana datasource...

but code+tests is already depending on it so hard to change

public AnnotationTargetBuilder limit(Long limit)

matchAny🔗

Only required/valid for the grafana datasource...

but code+tests is already depending on it so hard to change

public AnnotationTargetBuilder matchAny(Boolean matchAny)

tags🔗

Only required/valid for the grafana datasource...

but code+tests is already depending on it so hard to change

public AnnotationTargetBuilder tags(List<String> tags)

type🔗

Only required/valid for the grafana datasource...

but code+tests is already depending on it so hard to change

public AnnotationTargetBuilder type(String type)

See also🔗