RelinkingAvailableResponse

@Serializable
abstract class RelinkingAvailableResponse : CoreObject(source)

Represents a response for which a relinked track could be available

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
@Transient
lateinit var api: GenericSpotifyApi

The API client associated with the request

Link copied to clipboard

Known external URLs for this object

Link copied to clipboard
abstract override val href: String

A link to the Spotify web api endpoint associated with this request

Link copied to clipboard
abstract override val id: String

The Spotify id of the associated object

Link copied to clipboard
@SerialName(value = "linked_from")
abstract val linkedTrack: LinkedTrack?

Part of the response when Track Relinking is applied and is only part of the response if the track linking, in fact, exists. The requested track has been replaced with a different track. The track contains information about the originally requested track.

Link copied to clipboard
abstract val uri: SpotifyUri

The URI associated with the object

Functions

Link copied to clipboard
Link copied to clipboard

Check if this response has been relinked.