CallRequestOptions

Constructors

Link copied to clipboard
constructor()
constructor(additionalHeaders: Map<String, String>, idempotencyKey: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
open fun withHeader(name: String, value: String): CallRequestOptions
Link copied to clipboard
open fun withHeaders(additionalHeaders: Map<out String, out String>): CallRequestOptions
Link copied to clipboard
open fun withIdempotency(idempotencyKey: String): CallRequestOptions