RelinkingAvailableResponse

abstract class RelinkingAvailableResponse : CoreObject

Represents a response for which a relinked track could be available

Constructors

RelinkingAvailableResponse
Link copied to clipboard
common
fun RelinkingAvailableResponse()

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
getMembersThatNeedApiInstantiation
Link copied to clipboard
common
abstract override fun getMembersThatNeedApiInstantiation(): List<NeedsApi?>
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
isRelinked
Link copied to clipboard
common
fun isRelinked(): Boolean
Check if this response has been relinked.
toString
Link copied to clipboard
common
open fun toString(): String

Properties

api
Link copied to clipboard
common
lateinit var api: GenericSpotifyApi
The API client associated with the request
externalUrls
Link copied to clipboard
common
val externalUrls: List<ExternalUrl>
Known external URLs for this object
href
Link copied to clipboard
common
abstract override val href: String
A link to the Spotify web api endpoint associated with this request
id
Link copied to clipboard
common
abstract override val id: String
The Spotify id of the associated object
linkedTrack
Link copied to clipboard
common
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.
uri
Link copied to clipboard
common
abstract val uri: SpotifyUri
The URI associated with the object

Inheritors

PodcastEpisodeTrack
Link copied to clipboard
SimpleTrack
Link copied to clipboard
Track
Link copied to clipboard

Sources

(source)
Link copied to clipboard