kiscord
0.6.0
kiscord-core
/
kiscord.ktor
/
SerializableMultiPartCoder
/
Codec
/
Builder
Builder
interface
Builder
<
F
:
SerialFormat
>
:
SerializableMultiPartCoder.Codec
<
F
>
(
source
)
Properties
Extensions
Inheritors
Properties
content
Types
Link copied to clipboard
abstract
override
val
contentTypes
:
MutableSet
<
ContentType
>
default
Content
Type
Link copied to clipboard
abstract
override
var
defaultContentType
:
ContentType
format
Link copied to clipboard
abstract
override
var
format
:
F
Inheritors
Builder
Link copied to clipboard
Extensions
content
Type
Link copied to clipboard
fun
SerializableMultiPartCoder.Codec.Builder
<
*
>
.
contentType
(
contentType
:
ContentType
)