Uses of Class
com.wrapper.spotify.model_objects.specification.PlaylistTrack
-
Packages that use PlaylistTrack Package Description com.wrapper.spotify.model_objects.specification com.wrapper.spotify.requests.data.playlists -
-
Uses of PlaylistTrack in com.wrapper.spotify.model_objects.specification
Methods in com.wrapper.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 com.wrapper.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 com.wrapper.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 com.wrapper.spotify.requests.data.playlists
Methods in com.wrapper.spotify.requests.data.playlists that return types with arguments of type PlaylistTrack Modifier and Type Method Description Paging<PlaylistTrack>GetPlaylistsTracksRequest. execute()Get a playlist's tracks.
-