idempotencyKey

abstract fun idempotencyKey(@Nullable idempotencyKey: @Nullable String): RequestBuilder<Req, Res>

Return

this instance, so the builder can be used fluently.

Parameters

idempotencyKey

Idempotency key to attach in the request.