Skip to content

ConstantVariableBuilder🔗

Constructor🔗

new ConstantVariableBuilder(String name)

Methods🔗

build🔗

Builds the object.

public ConstantVariable build()

allFormat🔗

Format to use while fetching all values from data source, eg: wildcard, glob, regex, pipe, etc.

public ConstantVariableBuilder allFormat(String allFormat)

description🔗

Description of variable. It can be defined but null.

public ConstantVariableBuilder description(String description)

id🔗

Unique numeric identifier for the variable.

public ConstantVariableBuilder id(String id)

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🔗