Package de.sonallux.spotify.api.models
Class PlaylistTrack
java.lang.Object
de.sonallux.spotify.api.models.PlaylistTrack
PlaylistTrackObject
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe date and time the track or episode was added.The Spotify user who added the track or episode.booleanWhether this track or episode is a local file or not.Information about the track or episode. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
addedAt
The date and time the track or episode was added. Note: some very old playlists may return
nullin this field. -
addedBy
The Spotify user who added the track or episode. Note: some very old playlists may return
nullin this field. -
isLocal
public boolean isLocalWhether this track or episode is a local file or not.
-
track
Information about the track or episode.
-
-
Constructor Details
-
PlaylistTrack
public PlaylistTrack()
-