Packages

final case class ContentDisposition(dispositionType: slamdata.Predef.String, parameters: slamdata.Predef.Map[slamdata.Predef.String, slamdata.Predef.String]) extends Parsed with Product with Serializable

Annotations
@SuppressWarnings()
Linear Supertypes
Serializable, Serializable, Parsed, Header, Product, Equals, Renderable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ContentDisposition
  2. Serializable
  3. Serializable
  4. Parsed
  5. Header
  6. Product
  7. Equals
  8. Renderable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ContentDisposition(dispositionType: slamdata.Predef.String, parameters: slamdata.Predef.Map[slamdata.Predef.String, slamdata.Predef.String])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. val dispositionType: slamdata.Predef.String
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. final def equals(that: Any): Boolean
    Definition Classes
    Header → Equals → AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def hashCode(): Int
    Definition Classes
    Header → AnyRef → Any
  12. def is(key: HeaderKey): Boolean
    Definition Classes
    Header
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def isNot(key: HeaderKey): Boolean
    Definition Classes
    Header
  15. def key: Content-Disposition.type
    Definition Classes
    ContentDisposition → Parsed
  16. def name: CaseInsensitiveString
    Definition Classes
    Parsed → Header
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. val parameters: slamdata.Predef.Map[slamdata.Predef.String, slamdata.Predef.String]
  21. def parsed: ContentDisposition.this.type
    Definition Classes
    Parsed → Header
  22. final def render(writer: Writer): writer.type
    Definition Classes
    Header → Renderable
  23. def renderString: String
    Definition Classes
    Renderable
  24. def renderValue(writer: Writer): writer.type
    Definition Classes
    ContentDisposition → Header
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toRaw: Raw
    Definition Classes
    Header
  27. def toString(): String
    Definition Classes
    Header → Renderable → AnyRef → Any
  28. lazy val value: String
    Definition Classes
    ContentDisposition → Header
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Parsed

Inherited from Header

Inherited from Product

Inherited from Equals

Inherited from Renderable

Inherited from AnyRef

Inherited from Any

Ungrouped