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>
Content copied to clipboard
Types
Functions
deserializeResponse
Link copied to clipboard
open override fun deserializeResponse(response: String, serde: <ERROR CLASS>): <ERROR CLASS>
Content copied to clipboard
serializeRequest
Link copied to clipboard
Properties
contentType
Link copied to clipboard
parameters
Link copied to clipboard
processResult
Link copied to clipboard