sfmcsdk / com.salesforce.marketingcloud.sfmcsdk.components.http / Response / Builder

Builder

class Builder

Constructors

<init>

Builder()

Functions

body

fun body(body: String): <ERROR CLASS>

build

fun build(): Response

code

fun code(code: Int): <ERROR CLASS>

endTimeMillis

fun endTimeMillis(endTimeMillis: Long): <ERROR CLASS>

headers

fun headers(headers: Map<String, List<String>>): <ERROR CLASS>

message

fun message(message: String): <ERROR CLASS>

startTimeMillis

fun startTimeMillis(startTimeMillis: Long): <ERROR CLASS>