Uses of Class
com.wrapper.spotify.model_objects.specification.SavedTrack
-
Packages that use SavedTrack Package Description com.wrapper.spotify.model_objects.specification com.wrapper.spotify.requests.data.library -
-
Uses of SavedTrack in com.wrapper.spotify.model_objects.specification
Methods in com.wrapper.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 com.wrapper.spotify.requests.data.library
Methods in com.wrapper.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.
-