DashboardSpecialValueMapOptionsBuilder
Constructor
new DashboardSpecialValueMapOptionsBuilder()
Methods
build
Builds the object.
public DashboardSpecialValueMapOptions build()
match
Special value to match against
public DashboardSpecialValueMapOptionsBuilder match(SpecialValueMatch match)
result
Config to apply when the value matches the special value
public DashboardSpecialValueMapOptionsBuilder result(ValueMappingResult result)
See also