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.
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. |
val number: OptionNumber
OptionNumber for this option |
|
val value: OptionValue
OptionValue for this option |
fun equals(other: Any?): Boolean |
|
fun hashCode(): Int |