Request

class Request

Types

Builder
Link copied to clipboard
data class Builder(requestHelper: RequestHelper,url: String,httpMethod: HttpMethod,body: Map<String, Any??>?,query: Map<String, Any??>?,headers: Map<String, String>?,tag: String?)

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
getParams
Link copied to clipboard
fun getParams(): String?
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

body
Link copied to clipboard
val body: Map<String, Any??>?
headers
Link copied to clipboard
val headers: Map<String, String>
httpMethod
Link copied to clipboard
val httpMethod: HttpMethod
tag
Link copied to clipboard
val tag: String
url
Link copied to clipboard
val url: URL