Package org.openapitools.client
Class ServerVariable
java.lang.Object
org.openapitools.client.ServerVariable
Representing a Server Variable for server URL template substitution.
- 
Field Summary
FieldsModifier and TypeFieldDescription - 
Constructor Summary
ConstructorsConstructorDescriptionServerVariable(String description, String defaultValue, HashSet<String> enumValues)  - 
Method Summary
 
- 
Field Details
- 
description
 - 
defaultValue
 - 
enumValues
 
 - 
 - 
Constructor Details
- 
ServerVariable
- Parameters:
 description- A description for the server variable.defaultValue- The default value to use for substitution.enumValues- An enumeration of string values to be used if the substitution options are from a limited set.
 
 -