Uses of Class
se.michaelthelin.spotify.model_objects.specification.SavedAlbum
-
Packages that use SavedAlbum Package Description se.michaelthelin.spotify.model_objects.specification se.michaelthelin.spotify.requests.data.library -
-
Uses of SavedAlbum in se.michaelthelin.spotify.model_objects.specification
Methods in se.michaelthelin.spotify.model_objects.specification that return SavedAlbum Modifier and Type Method Description SavedAlbumSavedAlbum.Builder. build()SavedAlbumSavedAlbum.JsonUtil. createModelObject(com.google.gson.JsonObject jsonObject) -
Uses of SavedAlbum in se.michaelthelin.spotify.requests.data.library
Methods in se.michaelthelin.spotify.requests.data.library that return types with arguments of type SavedAlbum Modifier and Type Method Description Paging<SavedAlbum>GetCurrentUsersSavedAlbumsRequest. execute()Get the saved albums of the current user.
-