toggle menu
lib
common
switch theme
search in API
mockzilla-common
/
com.apadmi.mockzilla.lib.internal.models
/
SetOrDont
Set
Or
Dont
@
Serializable
(
with
=
ServiceResultSerializer::class
)
sealed
class
SetOrDont
<
out
T
>
Inheritors
DoNotSet
Set
Members
Types
Do
Not
Set
Link copied to clipboard
@
Serializable
@
SerialName
(
value
=
"DoNotSet"
)
data
object
DoNotSet
:
SetOrDont
<
Nothing
>
Set
Link copied to clipboard
@
Serializable
@
SerialName
(
value
=
"Set"
)
data
class
Set
<
T
>
(
val
value
:
T
)
:
SetOrDont
<
T
>