Packages

final class Response extends Serializable

Source
OpenApi.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Response
  2. Serializable
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val content: Map[String, MediaType]
  2. val description: String
  3. def equals(other: Any): Boolean
    Definition Classes
    Response → AnyRef → Any
  4. def hashCode(): Int
    Definition Classes
    Response → AnyRef → Any
  5. val headers: Map[String, ResponseHeader]
  6. def toString(): String
    Definition Classes
    Response → AnyRef → Any
  7. def withContent(content: Map[String, MediaType]): Response
  8. def withDescription(description: String): Response
  9. def withHeaders(headers: Map[String, ResponseHeader]): Response