toggle menu
sdk-java
1.2.0
jvm
switch theme
search in API
sdk-common
/
dev.restate.sdk.client
/
RequestOptions
Request
Options
open
class
RequestOptions
Inheritors
CallRequestOptions
Members
Constructors
Request
Options
Link copied to clipboard
constructor
(
)
constructor
(
additionalHeaders
:
Map
<
String
,
String
>
)
Properties
additional
Headers
Link copied to clipboard
val
additionalHeaders
:
Map
<
String
,
String
>
DEFAULT
Link copied to clipboard
val
DEFAULT
:
RequestOptions
Functions
copy
Link copied to clipboard
open
fun
copy
(
)
:
RequestOptions
equals
Link copied to clipboard
open
fun
equals
(
o
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
with
Header
Link copied to clipboard
open
fun
withHeader
(
name
:
String
,
value
:
String
)
:
RequestOptions
with
Headers
Link copied to clipboard
open
fun
withHeaders
(
additionalHeaders
:
Map
<
out
String
,
out
String
>
)
:
RequestOptions