| Package | Description | 
|---|---|
| com.mailslurp.models | 
| Modifier and Type | Method and Description | 
|---|---|
static TemplateVariable | 
TemplateVariable.fromJson(String jsonString)
Create an instance of TemplateVariable given an JSON string 
 | 
TemplateVariable | 
TemplateVariable.name(String name)  | 
TemplateVariable | 
TemplateVariable.variableType(TemplateVariable.VariableTypeEnum variableType)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<TemplateVariable> | 
TemplateDto.getVariables()
Variables available in template that can be replaced with values 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TemplateDto | 
TemplateDto.addVariablesItem(TemplateVariable variablesItem)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TemplateDto.setVariables(List<TemplateVariable> variables)  | 
TemplateDto | 
TemplateDto.variables(List<TemplateVariable> variables)  | 
Copyright © 2023. All rights reserved.