Wow
Toggle table of contents
5.1.5
jvm
Platform filter
jvm
Switch theme
Search in API
Wow
wow-api
/
me.ahoo.wow.api.messaging
/
Header
Header
interface
Header
:
MutableMap
<
String
,
String
>
,
Copyable
<
Header
>
Message Header .
Author
ahoo wang
Members
Members & Extensions
Properties
entries
Link copied to clipboard
abstract
override
val
entries
:
MutableSet
<
MutableMap.MutableEntry
<
String
,
String
>
>
is
Read
Only
Link copied to clipboard
abstract
val
isReadOnly
:
Boolean
keys
Link copied to clipboard
abstract
override
val
keys
:
MutableSet
<
String
>
size
Link copied to clipboard
abstract
val
size
:
Int
values
Link copied to clipboard
abstract
override
val
values
:
MutableCollection
<
String
>
Functions
clear
Link copied to clipboard
abstract
fun
clear
(
)
contains
Key
Link copied to clipboard
abstract
fun
containsKey
(
key
:
String
)
:
Boolean
contains
Value
Link copied to clipboard
abstract
fun
containsValue
(
value
:
String
)
:
Boolean
copy
Link copied to clipboard
abstract
fun
copy
(
)
:
Header
get
Link copied to clipboard
abstract
operator
fun
get
(
key
:
String
)
:
String
?
is
Empty
Link copied to clipboard
abstract
fun
isEmpty
(
)
:
Boolean
put
Link copied to clipboard
abstract
fun
put
(
key
:
String
,
value
:
String
)
:
String
?
put
All
Link copied to clipboard
abstract
fun
putAll
(
from
:
Map
<
out
String
,
String
>
)
to
Dynamic
Document
Link copied to clipboard
fun
MutableMap
<
String
,
Any
>
.
toDynamicDocument
(
)
:
SimpleDynamicDocument
with
Link copied to clipboard
open
fun
with
(
additional
:
Map
<
String
,
String
>
)
:
Header
open
fun
with
(
key
:
String
,
value
:
String
)
:
Header
with
Read
Only
Link copied to clipboard
abstract
fun
withReadOnly
(
)
:
Header