Elide API
Toggle table of contents
1.0.0-beta1
jvm
Platform filter
jvm
Switch theme
Search in API
Elide API
graalvm
/
tools.elide.call.v1alpha1
/
FetchInvocationKt
/
Dsl
Dsl
class
Dsl
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
request
Link copied to clipboard
@get:
JvmName
(
name
=
"getRequest"
)
@set:
JvmName
(
name
=
"setRequest"
)
var
request
:
FetchRequest
.elide.call.v1alpha1.FetchRequest request = 1;
request
Or
Null
Link copied to clipboard
val
FetchInvocationKt.Dsl
.
requestOrNull
:
FetchRequest
?
response
Link copied to clipboard
@get:
JvmName
(
name
=
"getResponse"
)
@set:
JvmName
(
name
=
"setResponse"
)
var
response
:
FetchResponse
.elide.call.v1alpha1.FetchResponse response = 2;
response
Or
Null
Link copied to clipboard
val
FetchInvocationKt.Dsl
.
responseOrNull
:
FetchResponse
?
Functions
clear
Request
Link copied to clipboard
fun
clearRequest
(
)
.elide.call.v1alpha1.FetchRequest request = 1;
clear
Response
Link copied to clipboard
fun
clearResponse
(
)
.elide.call.v1alpha1.FetchResponse response = 2;
has
Request
Link copied to clipboard
fun
hasRequest
(
)
:
Boolean
.elide.call.v1alpha1.FetchRequest request = 1;
has
Response
Link copied to clipboard
fun
hasResponse
(
)
:
Boolean
.elide.call.v1alpha1.FetchResponse response = 2;