Uses of Class
se.michaelthelin.spotify.requests.data.library.RemoveUsersSavedShowsRequest.Builder
Packages that use RemoveUsersSavedShowsRequest.Builder
- 
Uses of RemoveUsersSavedShowsRequest.Builder in se.michaelthelin.spotify
Methods in se.michaelthelin.spotify that return RemoveUsersSavedShowsRequest.BuilderModifier and TypeMethodDescriptionSpotifyApi.removeUsersSavedShows(com.google.gson.JsonArray ids) Remove one or more shows from the current users "Your Music" library.SpotifyApi.removeUsersSavedShows(String... ids) Remove one or more shows from the current users "Your Music" library. - 
Uses of RemoveUsersSavedShowsRequest.Builder in se.michaelthelin.spotify.requests.data.library
Methods in se.michaelthelin.spotify.requests.data.library that return RemoveUsersSavedShowsRequest.BuilderModifier and TypeMethodDescriptionRemoveUsersSavedShowsRequest.Builder.ids(com.google.gson.JsonArray ids) The show IDs setter.The show IDs setter.RemoveUsersSavedShowsRequest.Builder.market(com.neovisionaries.i18n.CountryCode market) The market country code setter.protected RemoveUsersSavedShowsRequest.BuilderRemoveUsersSavedShowsRequest.Builder.self()