Key

class Key(value: String)

A key of an integration identifier.

The set of possible values is not limited to the predefined constants: new keys may be introduced over time. Instances are compared by value, so the predefined constants can be used for comparison.

Constructors

Link copied to clipboard
constructor(value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The raw string key of the integration identifier.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String