Uses of Class
com.wrapper.spotify.model_objects.specification.Album
-
Packages that use Album Package Description com.wrapper.spotify.model_objects.specification com.wrapper.spotify.requests.data.albums -
-
Uses of Album in com.wrapper.spotify.model_objects.specification
Methods in com.wrapper.spotify.model_objects.specification that return Album Modifier and Type Method Description AlbumAlbum.Builder. build()AlbumAlbum.JsonUtil. createModelObject(com.google.gson.JsonObject jsonObject)AlbumSavedAlbum. getAlbum()Get information about the album from a saved album object.Methods in com.wrapper.spotify.model_objects.specification with parameters of type Album Modifier and Type Method Description SavedAlbum.BuilderSavedAlbum.Builder. setAlbum(Album album)Set the full album object of the saved album to be built. -
Uses of Album in com.wrapper.spotify.requests.data.albums
Methods in com.wrapper.spotify.requests.data.albums that return Album Modifier and Type Method Description AlbumGetAlbumRequest. execute()Get anAlbumsynchronously.Album[]GetSeveralAlbumsRequest. execute()Get multiple albums.
-