case class Request(requestHeader: RequestHeader, resource: ResourceName, arguments: Set[(String, JsValue)], authOverride: Option[AuthOverride]) extends Product with Serializable
This encapsulates all of the information needed to compute a response.
- requestHeader
The request header is used for authentication parsing in the underlying requests made. Path and query parameters included in the request header are ignored in favor of the data within the topLevelRequests fields.
- resource
The name and version of the resource that this request is hitting
- arguments
A list of query parameters to be used on the request. These are used to differentiate between various endpoints (i.e. multiget, finder, etc.).
- Alphabetic
- By Inheritance
- Request
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
Request(requestHeader: RequestHeader, resource: ResourceName, arguments: Set[(String, JsValue)], authOverride: Option[AuthOverride])
- requestHeader
The request header is used for authentication parsing in the underlying requests made. Path and query parameters included in the request header are ignored in favor of the data within the topLevelRequests fields.
- resource
The name and version of the resource that this request is hitting
- arguments
A list of query parameters to be used on the request. These are used to differentiate between various endpoints (i.e. multiget, finder, etc.).
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
- val arguments: Set[(String, JsValue)]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val authOverride: Option[AuthOverride]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val requestHeader: RequestHeader
- val resource: ResourceName
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()