Uses of Class
de.jsone_studios.wrapper.spotify.models.PlaylistTracksToReplace
-
Packages that use PlaylistTracksToReplace Package Description de.jsone_studios.wrapper.spotify.services -
-
Uses of PlaylistTracksToReplace in de.jsone_studios.wrapper.spotify.services
Methods in de.jsone_studios.wrapper.spotify.services with parameters of type PlaylistTracksToReplace Modifier and Type Method Description retrofit2.Call<Result>PlaylistTracksSpotifyService. replaceTracksInPlaylist(String playlistId, PlaylistTracksToReplace newTracksToSet)Replace all the tracks in a playlist, overwriting its existing tracks.
-