Skip to content

ConstantVariableBuilder🔗

Constructor🔗

new ConstantVariableBuilder(String name)

Methods🔗

build🔗

Builds the object.

public ConstantVariable build()

allowCustomValue🔗

Allow custom values to be entered in the variable

public ConstantVariableBuilder allowCustomValue(Boolean allowCustomValue)

description🔗

Description of variable. It can be defined but null.

public ConstantVariableBuilder description(String description)

label🔗

Optional display name

public ConstantVariableBuilder label(String label)

name🔗

Name of variable

public ConstantVariableBuilder name(String name)

value🔗

Query used to fetch values for a variable

public ConstantVariableBuilder value(StringOrMap query)

See also🔗