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

IfMatchOption

data class IfMatchOption : Option

The If-Match Option MAY be used to make a request conditional on the current existence or value of an ETag for one or more representations of the target resource.

Constructors

<init>

IfMatchOption(opaqueValue: Opaque)

The If-Match Option MAY be used to make a request conditional on the current existence or value of an ETag for one or more representations of the target resource.

Inherited Properties

number

val number: OptionNumber

OptionNumber for this option

value

val value: OptionValue

OptionValue for this option

Functions

equals

fun equals(other: Any?): Boolean

hashCode

fun hashCode(): Int