Skip to content

Dashboardv2beta1RangeMapOptionsBuilder🔗

Constructor🔗

new Dashboardv2beta1RangeMapOptionsBuilder()

Methods🔗

build🔗

Builds the object.

public Dashboardv2beta1RangeMapOptions build()

from🔗

Min value of the range. It can be null which means -Infinity

public Dashboardv2beta1RangeMapOptionsBuilder from(Double from)

result🔗

Config to apply when the value is within the range

public Dashboardv2beta1RangeMapOptionsBuilder result(com.grafana.foundation.cog.Builder<ValueMappingResult> result)

to🔗

Max value of the range. It can be null which means +Infinity

public Dashboardv2beta1RangeMapOptionsBuilder to(Double to)

See also🔗