final case class Response(description: String = "", headers: ListMap[String, ReferenceOr[Header]] = ListMap.empty, content: ListMap[String, MediaType] = ListMap.empty, links: ListMap[String, ReferenceOr[Link]] = ListMap.empty, extensions: ListMap[String, ExtensionValue] = ListMap.empty) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Response
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Response(description: String = "", headers: ListMap[String, ReferenceOr[Header]] = ListMap.empty, content: ListMap[String, MediaType] = ListMap.empty, links: ListMap[String, ReferenceOr[Link]] = ListMap.empty, extensions: ListMap[String, ExtensionValue] = ListMap.empty)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addExtension(key: String, value: ExtensionValue): Response
  5. def addHeader(key: String, header: Header): Response
  6. def addLink(key: String, link: Link): Response
  7. def addMediaType(contentType: String, updated: MediaType): Response
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  10. def content(updated: ListMap[String, MediaType]): Response
  11. val content: ListMap[String, MediaType]
  12. def description(updated: String): Response
  13. val description: String
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def extensions(updated: ListMap[String, ExtensionValue]): Response
  16. val extensions: ListMap[String, ExtensionValue]
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  18. def headers(updated: ListMap[String, ReferenceOr[Header]]): Response
  19. val headers: ListMap[String, ReferenceOr[Header]]
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def links(updated: ListMap[String, ReferenceOr[Link]]): Response
  22. val links: ListMap[String, ReferenceOr[Link]]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  26. def productElementNames: Iterator[String]
    Definition Classes
    Product
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped