BulkRequest

class BulkRequest<R>(method: Method, path: String, parameters: Parameters, body: List<<ERROR CLASS>>, processResult: (<ERROR CLASS>) -> R) : Request<List<<ERROR CLASS>>, <ERROR CLASS>, R>

Types

Companion
Link copied to clipboard
common
object Companion

Functions

deserializeResponse
Link copied to clipboard
common
open override fun deserializeResponse(response: String, serde: <ERROR CLASS>): <ERROR CLASS>
serializeRequest
Link copied to clipboard
common
open override fun serializeRequest(encoder: RequestEncoder)

Properties

body
Link copied to clipboard
common
val body: List<<ERROR CLASS>>?
contentType
Link copied to clipboard
common
open override val contentType: String
method
Link copied to clipboard
common
val method: Method
parameters
Link copied to clipboard
common
val parameters: Parameters
path
Link copied to clipboard
common
val path: String
processResult
Link copied to clipboard
common
val processResult: (<ERROR CLASS>) -> R