Class/Object

io.udash.rest.openapi

Header

Related Docs: object Header | package openapi

Permalink

final case class Header(description: com.avsystem.commons.OptArg[String] = OptArg.Empty, required: Boolean = false, deprecated: Boolean = false, allowEmptyValue: Boolean = false, style: com.avsystem.commons.OptArg[Style] = OptArg.Empty, explode: com.avsystem.commons.OptArg[Boolean] = OptArg.Empty, allowReserved: Boolean = false, schema: com.avsystem.commons.OptArg[RefOr[Schema]] = OptArg.Empty, example: com.avsystem.commons.OptArg[JsonValue] = OptArg.Empty, examples: Map[String, RefOr[Example]] = Map.empty, content: com.avsystem.commons.OptArg[Entry[String, MediaType]] = OptArg.Empty) extends Product with Serializable

Representation of Header Object

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

Instance Constructors

  1. new Header(description: com.avsystem.commons.OptArg[String] = OptArg.Empty, required: Boolean = false, deprecated: Boolean = false, allowEmptyValue: Boolean = false, style: com.avsystem.commons.OptArg[Style] = OptArg.Empty, explode: com.avsystem.commons.OptArg[Boolean] = OptArg.Empty, allowReserved: Boolean = false, schema: com.avsystem.commons.OptArg[RefOr[Schema]] = OptArg.Empty, example: com.avsystem.commons.OptArg[JsonValue] = OptArg.Empty, examples: Map[String, RefOr[Example]] = Map.empty, content: com.avsystem.commons.OptArg[Entry[String, MediaType]] = OptArg.Empty)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val allowEmptyValue: Boolean

    Permalink
  5. val allowReserved: Boolean

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  8. val content: com.avsystem.commons.OptArg[Entry[String, MediaType]]

    Permalink
  9. val deprecated: Boolean

    Permalink
  10. val description: com.avsystem.commons.OptArg[String]

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. val example: com.avsystem.commons.OptArg[JsonValue]

    Permalink
  13. val examples: Map[String, RefOr[Example]]

    Permalink
  14. val explode: com.avsystem.commons.OptArg[Boolean]

    Permalink
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  20. val required: Boolean

    Permalink
  21. val schema: com.avsystem.commons.OptArg[RefOr[Schema]]

    Permalink
  22. val style: com.avsystem.commons.OptArg[Style]

    Permalink
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped