Linked Track
data class LinkedTrack(externalUrlsString: Map<String, String>, href: String, id: String, uri: PlayableUri, type: String) : CoreObject
Content copied to clipboard
Represents a relinked track. This is playable in the searched market. If null, the API result is playable in the market.
Parameters
href
A link to the Web API endpoint providing full details of the track.
id
The Spotify ID for the track.
type
The object type: “track”.
Constructors
LinkedTrack
Link copied to clipboard
fun LinkedTrack(externalUrlsString: Map<String, String>, href: String, id: String, uri: PlayableUri, type: String)
Content copied to clipboard
A link to the Web API endpoint providing full details of the track.
Functions
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
component5
Link copied to clipboard
copy
Link copied to clipboard
fun copy(externalUrlsString: Map<String, String>, href: String, id: String, uri: PlayableUri, type: String): LinkedTrack
Content copied to clipboard
getMembersThatNeedApiInstantiation
Link copied to clipboard
toFullTrack
Link copied to clipboard
toFullTrackRestAction
Link copied to clipboard
fun toFullTrackRestAction(market: Market? = null): SpotifyRestAction<Track?>
Content copied to clipboard
Properties
Sources
(source)
Link copied to clipboard