ServerVariable

final case class ServerVariable(enum: Option[List[String]], default: String, description: Option[String], extensions: ListMap[String, ExtensionValue])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def addExtension(key: String, value: ExtensionValue): ServerVariable
def default(d: String): ServerVariable
def description(d: String): ServerVariable
def enum(d: List[String]): ServerVariable
def extensions(updated: ListMap[String, ExtensionValue]): ServerVariable

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product