public static class VariableDetail.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
VariableDetail |
build() |
VariableDetail.Builder |
setDefaultValue(java.lang.String defaultValue)
Set the default value for the variable.
|
VariableDetail.Builder |
setKey(java.lang.String key)
Set the variable you want to add to the template.
|
public VariableDetail.Builder setKey(java.lang.String key)
key - Stringpublic VariableDetail.Builder setDefaultValue(java.lang.String defaultValue)
defaultValue - Stringpublic VariableDetail build()