Uses of Class
se.michaelthelin.spotify.model_objects.specification.SavedTrack
-
Packages that use SavedTrack Package Description se.michaelthelin.spotify.model_objects.specification se.michaelthelin.spotify.requests.data.library -
-
Uses of SavedTrack in se.michaelthelin.spotify.model_objects.specification
Methods in se.michaelthelin.spotify.model_objects.specification that return SavedTrack Modifier and Type Method Description SavedTrackSavedTrack.Builder. build()SavedTrackSavedTrack.JsonUtil. createModelObject(com.google.gson.JsonObject jsonObject) -
Uses of SavedTrack in se.michaelthelin.spotify.requests.data.library
Methods in se.michaelthelin.spotify.requests.data.library that return types with arguments of type SavedTrack Modifier and Type Method Description Paging<SavedTrack>GetUsersSavedTracksRequest. execute()Get the songs from the current users "Your Music" library.
-