Skip to content

ValueMappingResultBuilder🔗

Constructor🔗

new ValueMappingResultBuilder()

Methods🔗

build🔗

Builds the object.

public ValueMappingResult build()

color🔗

Text to use when the value matches

public ValueMappingResultBuilder color(String color)

icon🔗

Icon to display when the value matches. Only specific visualizations.

public ValueMappingResultBuilder icon(String icon)

index🔗

Position in the mapping array. Only used internally.

public ValueMappingResultBuilder index(Integer index)

text🔗

Text to display when the value matches

public ValueMappingResultBuilder text(String text)

See also🔗