final case class GetAsyncRequest(id: String, errorTrace: Boolean = false, filterPath: Chunk[String] = Chunk.empty[String], human: Boolean = false, pretty: Boolean = false, delimiter: String = ",", format: Option[String] = None, keepAlive: String = "5d", waitForCompletionTimeout: Option[String] = None) extends ActionRequest[Json] with RequestBase with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GetAsyncRequest
- Serializable
- Product
- Equals
- RequestBase
- ActionRequest
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new GetAsyncRequest(id: String, errorTrace: Boolean = false, filterPath: Chunk[String] = Chunk.empty[String], human: Boolean = false, pretty: Boolean = false, delimiter: String = ",", format: Option[String] = None, keepAlive: String = "5d", waitForCompletionTimeout: Option[String] = None)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def body: Json
- Definition Classes
- GetAsyncRequest → ActionRequest
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- val delimiter: String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val errorTrace: Boolean
- val filterPath: Chunk[String]
- val format: Option[String]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- val human: Boolean
- val id: String
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val keepAlive: String
- def makeUrl(parts: Any*): String
- Attributes
- protected
- Definition Classes
- ActionRequest
- def method: Method
- Definition Classes
- GetAsyncRequest → ActionRequest
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- val pretty: Boolean
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def queryArgs: Map[String, String]
- Definition Classes
- GetAsyncRequest → ActionRequest
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def urlPath: String
- Definition Classes
- GetAsyncRequest → ActionRequest
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val waitForCompletionTimeout: Option[String]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated