Package | Description |
---|---|
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
static TemplateVariable.VariableTypeEnum |
TemplateVariable.VariableTypeEnum.fromValue(String value) |
TemplateVariable.VariableTypeEnum |
TemplateVariable.getVariableType()
The type of variable
|
TemplateVariable.VariableTypeEnum |
TemplateVariable.VariableTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static TemplateVariable.VariableTypeEnum |
TemplateVariable.VariableTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TemplateVariable.VariableTypeEnum[] |
TemplateVariable.VariableTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TemplateVariable.setVariableType(TemplateVariable.VariableTypeEnum variableType) |
TemplateVariable |
TemplateVariable.variableType(TemplateVariable.VariableTypeEnum variableType) |
void |
TemplateVariable.VariableTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
TemplateVariable.VariableTypeEnum enumeration) |
Copyright © 2023. All rights reserved.