Uses of Class
se.michaelthelin.spotify.requests.data.library.SaveShowsForCurrentUserRequest.Builder
-
Packages that use SaveShowsForCurrentUserRequest.Builder Package Description se.michaelthelin.spotify se.michaelthelin.spotify.requests.data.library -
-
Uses of SaveShowsForCurrentUserRequest.Builder in se.michaelthelin.spotify
Methods in se.michaelthelin.spotify that return SaveShowsForCurrentUserRequest.Builder Modifier and Type Method Description SaveShowsForCurrentUserRequest.BuilderSpotifyApi. saveShowsForCurrentUser(com.google.gson.JsonArray ids)Save one or more shows to current Spotify user’s library.SaveShowsForCurrentUserRequest.BuilderSpotifyApi. saveShowsForCurrentUser(String... ids)Save one or more shows to current Spotify user’s library. -
Uses of SaveShowsForCurrentUserRequest.Builder in se.michaelthelin.spotify.requests.data.library
Methods in se.michaelthelin.spotify.requests.data.library that return SaveShowsForCurrentUserRequest.Builder Modifier and Type Method Description SaveShowsForCurrentUserRequest.BuilderSaveShowsForCurrentUserRequest.Builder. ids(com.google.gson.JsonArray ids)The show IDs setter.SaveShowsForCurrentUserRequest.BuilderSaveShowsForCurrentUserRequest.Builder. ids(String ids)The show IDs setter.protected SaveShowsForCurrentUserRequest.BuilderSaveShowsForCurrentUserRequest.Builder. self()
-