Package com.okta.sdk.resource.client
Class ServerVariable
java.lang.Object
com.okta.sdk.resource.client.ServerVariable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2024-09-23T16:19:57.008753975Z[Etc/UTC]",
           comments="Generator version: 7.8.0")
public class ServerVariable
extends Object
Representing a Server Variable for server URL template substitution.
- 
Field SummaryFieldsModifier and TypeFieldDescription
- 
Constructor SummaryConstructorsConstructorDescriptionServerVariable(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.
 
 
-