Package de.sonallux.spotify.api.models
Class PlaylistTrack
- java.lang.Object
-
- de.sonallux.spotify.api.models.PlaylistTrack
-
public class PlaylistTrack extends Object
-
-
Field Summary
Fields Modifier and Type Field Description InstantaddedAtThe date and time the track or episode was added.PublicUseraddedByThe Spotify user who added the track or episode.booleanisLocalWhether this track or episode is a local file or not.BaseObjecttrackInformation about the track or episode.
-
Constructor Summary
Constructors Constructor Description 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
nullin this field.
-
addedBy
public PublicUser addedBy
The Spotify user who added the track or episode. Note that some very old playlists may return
nullin 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.
-
-