kfx
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
kfx
soap-runtime
/
io.github.hfhbd.kfx.soap11
/
Envelope
Envelope
@
Serializable
data
class
Envelope
<
T
>
(
source
)
Members
Constructors
Envelope
Link copied to clipboard
constructor
(
header
:
Header
?
=
null
,
body
:
T
)
Properties
body
Link copied to clipboard
val
body
:
T
header
Link copied to clipboard
@
SerialName
(
value
=
"Header"
)
val
header
:
Header
?
Functions
copy
Link copied to clipboard
fun
copy
(
header
:
Header
?
=
this.header
,
body
:
T
=
this.body
)
:
Envelope
<
T
>