ExternalId

class ExternalId(key: String, id: String)

An external id linked to the result object

Parameters

key

The identifier type, for example:

  • "isrc" - International Standard Recording Code

  • "ean" - International Article Number

  • "upc" - Universal Product Code

id

An external identifier for the object.

Constructors

ExternalId
Link copied to clipboard
common
fun ExternalId(key: String, id: String)
The identifier type, for example:
  • "isrc" - International Standard Recording Code

  • "ean" - International Article Number

  • "upc" - Universal Product Code

Functions

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

Properties

id
Link copied to clipboard
common
val id: String
An external identifier for the object.
key
Link copied to clipboard
common
val key: String
The identifier type, for example:
  • "isrc" - International Standard Recording Code

  • "ean" - International Article Number

  • "upc" - Universal Product Code

Sources

(source)
Link copied to clipboard