toggle menu
apollo-api
3.8.3
common
switch theme
search in API
apollo-api
/
com.apollographql.apollo3.api.test
/
StubbedProperty
Stubbed
Property
@
ApolloExperimental
class
StubbedProperty
<
T
>
(
map
:
MutableMap
<
String
,
Any
?
>
,
responseName
:
String
)
Members
Constructors
Stubbed
Property
Link copied to clipboard
constructor
(
map
:
MutableMap
<
String
,
Any
?
>
,
responseName
:
String
)
Functions
get
Value
Link copied to clipboard
operator
fun
getValue
(
mapBuilder
:
MapBuilder
,
property
:
KProperty
<
*
>
)
:
T
set
Value
Link copied to clipboard
operator
fun
setValue
(
mapBuilder
:
MapBuilder
,
property
:
KProperty
<
*
>
,
value
:
T
)