Builder

class Builder

Properties

Link copied to clipboard
@Nullable
@get:Nullable
open var idempotencyKey: @Nullable String
Link copied to clipboard
@Nullable
@get:ApiStatus.Experimental
@get:Nullable
@set:ApiStatus.Experimental
open var limitKey: @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
@ApiStatus.Experimental
open fun limitKey(limitKey: String): InvocationOptions.Builder
PREVIEW: Limit key to use within the scope.
Link copied to clipboard
open fun setHeaders(@Nullable headers: @Nullable Map<String, String>)