AbstractSpotifyTrack

AbstractSpotifyTrack ⇐ BusinessModel

Kind: global abstract class
Extends: BusinessModel
Properties

NameTypeDescription
sourceString

Spotify track source

sourceUriString

Spotify track source URI

trackString

Spotify track name

trackUriString

Spotify track URI

artistString

Spotify artist name

artistUriString

Spotify artist URI

albumString

Spotify album name

albumUriString

Spotify album URI

albumCoverUriString

Spotify album cover URI

albumCoverUrlString

Spotify album cover URL

originalTrackUriString

Spotify original track before relinking

durationnumber

Spotify playback duration

AbstractSpotifyTrack()

Model for a Spotify track description.