Package de.sonallux.spotify.api.models
Class PlaylistTracksRef
- java.lang.Object
-
- de.sonallux.spotify.api.models.PlaylistTracksRef
-
public class PlaylistTracksRef extends Object
-
-
Constructor Summary
Constructors Constructor Description PlaylistTracksRef()
-
-
-
Field Detail
-
href
public String href
A link to the Web API endpoint where full details of the playlist's tracks can be retrieved.
-
total
public int total
Number of tracks in the playlist.
-
-