Uses of Class
se.michaelthelin.spotify.requests.data.library.RemoveAlbumsForCurrentUserRequest.Builder
Packages that use RemoveAlbumsForCurrentUserRequest.Builder
- 
Uses of RemoveAlbumsForCurrentUserRequest.Builder in se.michaelthelin.spotify
Methods in se.michaelthelin.spotify that return RemoveAlbumsForCurrentUserRequest.BuilderModifier and TypeMethodDescriptionSpotifyApi.removeAlbumsForCurrentUser(com.google.gson.JsonArray ids) Remove one or more albums from the current user's "Your Music" library.SpotifyApi.removeAlbumsForCurrentUser(String... ids) Remove one or more albums from the current user's "Your Music" library. - 
Uses of RemoveAlbumsForCurrentUserRequest.Builder in se.michaelthelin.spotify.requests.data.library
Methods in se.michaelthelin.spotify.requests.data.library that return RemoveAlbumsForCurrentUserRequest.Builder