Uses of Class
de.jsone_studios.wrapper.spotify.models.PlaylistTracksToRemoveWithPosition
-
Packages that use PlaylistTracksToRemoveWithPosition Package Description de.jsone_studios.wrapper.spotify.services -
-
Uses of PlaylistTracksToRemoveWithPosition in de.jsone_studios.wrapper.spotify.services
Methods in de.jsone_studios.wrapper.spotify.services with parameters of type PlaylistTracksToRemoveWithPosition Modifier and Type Method Description retrofit2.Call<SnapshotId>PlaylistTracksSpotifyService. removeTracksFromPlaylist(String playlistId, PlaylistTracksToRemoveWithPosition tracksToRemoveWithPosition)Remove one or more tracks from a user’s playlist.
-