EntityKey

open class EntityKey

Encapsulates an OData entity key.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open var map: DataValueMap

Functions

Link copied to clipboard

Return a copy of this key which doesn't share mutable values with this key.

Link copied to clipboard
open override fun toString(): String

{@inheritDoc}

Link copied to clipboard
open fun with(name: String, value: DataValue?): EntityKey

Set the value of a key property.

Link copied to clipboard
open fun withProperty(property: Property, value: DataValue?): EntityKey

Set the value of a key property.