public static class ContextVariable.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ContextVariable |
build() |
ContextVariable.Builder |
copy(ContextVariable model) |
ContextVariable.Builder |
name(String name)
The name of the variable.
|
ContextVariable.Builder |
type(ContextVariable.Type type)
The type of the variable.
|
ContextVariable.Builder |
value(String value)
The value of the variable.
|
public ContextVariable.Builder name(String name)
The name of the variable.
name
- the value to setpublic ContextVariable.Builder value(String value)
The value of the variable.
value
- the value to setpublic ContextVariable.Builder type(ContextVariable.Type type)
The type of the variable.
type
- the value to setpublic ContextVariable build()
public ContextVariable.Builder copy(ContextVariable model)
Copyright © 2016–2024. All rights reserved.