c

sttp.client3

ResponseAsFile

case class ResponseAsFile(output: SttpFile) extends ResponseAs[SttpFile, Any] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, ResponseAs[SttpFile, Any], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ResponseAsFile
  2. Serializable
  3. Product
  4. Equals
  5. ResponseAs
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ResponseAsFile(output: SttpFile)

Value Members

  1. def map[T2](f: (SttpFile) => T2): ResponseAs[T2, Any]
    Definition Classes
    ResponseAs
  2. def mapWithMetadata[T2](f: (SttpFile, ResponseMetadata) => T2): ResponseAs[T2, Any]
    Definition Classes
    ResponseAs
  3. val output: SttpFile
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product
  5. def show: String
    Definition Classes
    ResponseAsFileResponseAs
  6. def showAs(s: String): ResponseAs[SttpFile, Any]
    Definition Classes
    ResponseAs