toggle menu
sdk-java
2.0.0
jvm
switch theme
search in API
client
/
dev.restate.client
/
RequestOptions
Request
Options
class
RequestOptions
Members
Types
Builder
Link copied to clipboard
class
Builder
Properties
DEFAULT
Link copied to clipboard
val
DEFAULT
:
RequestOptions
Functions
builder
Link copied to clipboard
open
fun
builder
(
)
:
RequestOptions.Builder
equals
Link copied to clipboard
open
fun
equals
(
o
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
headers
Link copied to clipboard
open
fun
headers
(
)
:
Map
<
String
,
String
>
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
with
Headers
Link copied to clipboard
open
fun
withHeaders
(
headers
:
Map
<
String
,
String
>
)
:
RequestOptions.Builder