Builder

class Builder

Properties

Link copied to clipboard
@Nullable
@get:Nullable
open var idempotencyKey: @Nullable String

Functions

Link copied to clipboard
Link copied to clipboard
@Nullable
open fun getHeaders(): @Nullable Map<String, String>
Link copied to clipboard
Append this header to the list of configured headers.
Link copied to clipboard
Append the given header map to the list of headers.
Link copied to clipboard
Link copied to clipboard
open fun setHeaders(@Nullable headers: @Nullable Map<String, String>)