Uses of Class
se.michaelthelin.spotify.model_objects.specification.PlaylistTrack
Packages that use PlaylistTrack
Package
Description
-
Uses of PlaylistTrack in se.michaelthelin.spotify.model_objects.specification
Methods in se.michaelthelin.spotify.model_objects.specification that return PlaylistTrackModifier and TypeMethodDescriptionPlaylistTrack.Builder.build()
PlaylistTrack.JsonUtil.createModelObject
(com.google.gson.JsonObject jsonObject) Methods in se.michaelthelin.spotify.model_objects.specification that return types with arguments of type PlaylistTrackModifier and TypeMethodDescriptionPlaylist.getTracks()
Get information about the tracks of the playlist.Method parameters in se.michaelthelin.spotify.model_objects.specification with type arguments of type PlaylistTrackModifier 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
Methods in se.michaelthelin.spotify.requests.data.playlists that return types with arguments of type PlaylistTrack