Uses of Class
com.wrapper.spotify.model_objects.specification.Playlist
-
Packages that use Playlist Package Description com.wrapper.spotify.model_objects.specification com.wrapper.spotify.requests.data.playlists -
-
Uses of Playlist in com.wrapper.spotify.model_objects.specification
Methods in com.wrapper.spotify.model_objects.specification that return Playlist Modifier and Type Method Description PlaylistPlaylist.Builder. build()PlaylistPlaylist.JsonUtil. createModelObject(com.google.gson.JsonObject jsonObject) -
Uses of Playlist in com.wrapper.spotify.requests.data.playlists
Methods in com.wrapper.spotify.requests.data.playlists that return Playlist Modifier and Type Method Description PlaylistCreatePlaylistRequest. execute()Create a new playlist.PlaylistGetPlaylistRequest. execute()Get a playlist.
-