Class PlaylistTrack

    • Field Detail

      • addedAt

        public Instant addedAt

        The date and time the track or episode was added. Note that some very old playlists may return null in this field.

      • addedBy

        public PublicUser addedBy

        The Spotify user who added the track or episode. Note that some very old playlists may return null in this field.

      • isLocal

        public boolean isLocal

        Whether this track or episode is a local file or not.

      • track

        public BaseObject track

        Information about the track or episode.

    • Constructor Detail

      • PlaylistTrack

        public PlaylistTrack()