GoldenGateBindings / com.fitbit.goldengate.bindings.coap.data / FormatOptionValue

FormatOptionValue

enum class FormatOptionValue

The Content-Format Option indicates the representation format of the message payload. These are the supported value for ContentFormatOption and AcceptOption coap options

Enum Values

TEXT_PLAIN

LINK_FORMAT

XML

OCTET_STREAM

EXI

JSON

CBOR

Properties

intValue

val intValue: IntOptionValue

Companion Object Functions

fromValue

fun fromValue(value: Int): FormatOptionValue

Create FormatOptionValue from given value