public class ServerVariable extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
defaultValue |
String |
description |
HashSet<String> |
enumValues |
| Constructor and Description |
|---|
ServerVariable(String description,
String defaultValue,
HashSet<String> enumValues) |
public ServerVariable(String description, String defaultValue, HashSet<String> enumValues)
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.Copyright © 2017–2023 Okta. All rights reserved.