Uses of Class
se.michaelthelin.spotify.model_objects.specification.PlaylistTrack
Package
Description
-
Uses of PlaylistTrack in se.michaelthelin.spotify.model_objects.specification
Modifier and TypeMethodDescriptionPlaylistTrack.Builder.build()
PlaylistTrack.JsonUtil.createModelObject
(com.google.gson.JsonObject jsonObject) Modifier and TypeMethodDescriptionPlaylist.getTracks()
Get information about the tracks of the playlist.Modifier and TypeMethodDescriptionPlaylist.Builder.setTracks
(Paging<PlaylistTrack> tracks) Set the tracks of the playlist to be built. -
Uses of PlaylistTrack in se.michaelthelin.spotify.requests.data.playlists