public class ServerVariableObject extends Object
ServerVariableObjectBuilder
Modifier and Type | Field and Description |
---|---|
String |
defaultValue
Deprecated.
use
defaultValue() instead |
String |
description
Deprecated.
use
description() instead |
List<String> |
enumValues
Deprecated.
use
enumValues() instead |
Modifier and Type | Method and Description |
---|---|
String |
defaultValue() |
String |
description() |
List<String> |
enumValues() |
void |
writeJson(Writer writer)
Writes this object as a JSON Object
|
@Deprecated public final List<String> enumValues
enumValues()
instead@Deprecated public final String defaultValue
defaultValue()
instead@Deprecated public final String description
description()
insteadpublic void writeJson(Writer writer) throws IOException
writer
- The writer to write toIOException
- Thrown if the writer throws this while writingpublic List<String> enumValues()
ServerVariableObjectBuilder.withEnumValues(java.util.List<java.lang.String>)
public String defaultValue()
ServerVariableObjectBuilder.withDefaultValue(java.lang.String)
public String description()
ServerVariableObjectBuilder.withDescription(java.lang.String)
Copyright © 2017–2021. All rights reserved.