Class Playlist
- java.lang.Object
-
- de.jsone_studios.wrapper.spotify.models.PlaylistBase
-
- de.jsone_studios.wrapper.spotify.models.Playlist
-
public class Playlist extends PlaylistBase
-
-
Field Summary
Fields Modifier and Type Field Description StringdescriptionFollowersfollowersPager<PlaylistTrack>tracks-
Fields inherited from class de.jsone_studios.wrapper.spotify.models.PlaylistBase
collaborative, external_urls, href, id, images, is_public, name, owner, snapshot_id, type, uri
-
-
Constructor Summary
Constructors Constructor Description Playlist()
-
-
-
Field Detail
-
description
public String description
-
followers
public Followers followers
-
tracks
public Pager<PlaylistTrack> tracks
-
-