Responses

final case class Responses(responses: ListMap[ResponsesKey, ReferenceOr[Response]], extensions: ListMap[String, ExtensionValue])
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def addDefault(response: Response): Responses
def addExtension(key: String, value: ExtensionValue): Responses
def addResponse(status: Int, response: Response): Responses
def extensions(updated: ListMap[String, ExtensionValue]): Responses
def responses(updated: ListMap[ResponsesKey, ReferenceOr[Response]]): Responses

Inherited methods

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