final case class Header(description: Option[String] = None, required: Option[Boolean] = None, deprecated: Option[Boolean] = None, allowEmptyValue: Option[Boolean] = None, style: Option[ParameterStyle] = None, explode: Option[Boolean] = None, allowReserved: Option[Boolean] = None, schema: Option[SchemaLike] = None, example: Option[ExampleValue] = None, examples: ListMap[String, ReferenceOr[Example]] = ListMap.empty, content: ListMap[String, MediaType] = ListMap.empty) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Header
  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 Header(description: Option[String] = None, required: Option[Boolean] = None, deprecated: Option[Boolean] = None, allowEmptyValue: Option[Boolean] = None, style: Option[ParameterStyle] = None, explode: Option[Boolean] = None, allowReserved: Option[Boolean] = None, schema: Option[SchemaLike] = None, example: Option[ExampleValue] = None, examples: ListMap[String, ReferenceOr[Example]] = ListMap.empty, content: ListMap[String, MediaType] = 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 addExample(key: String, updated: Example): Header
  5. def addMediaType(contentType: String, mediaType: MediaType): Header
  6. def allowEmptyValue(updated: Boolean): Header
  7. val allowEmptyValue: Option[Boolean]
  8. def allowReserved(updated: Boolean): Header
  9. val allowReserved: Option[Boolean]
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  12. val content: ListMap[String, MediaType]
  13. def deprecated(updated: Boolean): Header
  14. val deprecated: Option[Boolean]
  15. def description(updated: String): Header
  16. val description: Option[String]
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def example(updated: ExampleValue): Header
  19. val example: Option[ExampleValue]
  20. def examples(updated: ListMap[String, ReferenceOr[Example]]): Header
  21. val examples: ListMap[String, ReferenceOr[Example]]
  22. def explode(updated: Boolean): Header
  23. val explode: Option[Boolean]
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  29. def productElementNames: Iterator[String]
    Definition Classes
    Product
  30. def required(updated: Boolean): Header
  31. val required: Option[Boolean]
  32. def schema(updated: SchemaLike): Header
  33. val schema: Option[SchemaLike]
  34. def style(updated: ParameterStyle): Header
  35. val style: Option[ParameterStyle]
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. 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