Uses of Class
se.michaelthelin.spotify.model_objects.specification.PlaylistTrack
-
Packages that use PlaylistTrack Package Description se.michaelthelin.spotify.model_objects.specification se.michaelthelin.spotify.requests.data.playlists -
-
Uses of PlaylistTrack in se.michaelthelin.spotify.model_objects.specification
Methods in se.michaelthelin.spotify.model_objects.specification that return PlaylistTrack Modifier and Type Method Description PlaylistTrackPlaylistTrack.Builder. build()PlaylistTrackPlaylistTrack.JsonUtil. createModelObject(com.google.gson.JsonObject jsonObject)Methods in se.michaelthelin.spotify.model_objects.specification that return types with arguments of type PlaylistTrack Modifier and Type Method Description Paging<PlaylistTrack>Playlist. getTracks()Get information about the tracks of the playlist.Method parameters in se.michaelthelin.spotify.model_objects.specification with type arguments of type PlaylistTrack Modifier and Type Method Description Playlist.BuilderPlaylist.Builder. setTracks(Paging<PlaylistTrack> tracks)Set the tracks of the playlist to be built. -
Uses of PlaylistTrack in se.michaelthelin.spotify.requests.data.playlists
Methods in se.michaelthelin.spotify.requests.data.playlists that return types with arguments of type PlaylistTrack Modifier and Type Method Description Paging<PlaylistTrack>GetPlaylistsItemsRequest. execute()Get a playlist's items.
-