Class PlaylistTrack

java.lang.Object
de.sonallux.spotify.api.models.PlaylistTrack

public class PlaylistTrack extends Object
PlaylistTrackObject
  • Field Details

    • addedAt

      public Instant addedAt

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

    • addedBy

      public PlaylistUser addedBy

      The Spotify user who added the track or episode. Note: 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 Details

    • PlaylistTrack

      public PlaylistTrack()