Uses of Class
se.michaelthelin.spotify.model_objects.specification.AlbumSimplified
Packages that use AlbumSimplified
Package
Description
-
Uses of AlbumSimplified in se.michaelthelin.spotify.model_objects.special
Methods in se.michaelthelin.spotify.model_objects.special that return types with arguments of type AlbumSimplifiedModifier and TypeMethodDescriptionSearchResult.getAlbums()
Get the album objects contained in the search result object.Method parameters in se.michaelthelin.spotify.model_objects.special with type arguments of type AlbumSimplifiedModifier and TypeMethodDescriptionSearchResult.Builder.setAlbums
(Paging<AlbumSimplified> albums) The albums setter. -
Uses of AlbumSimplified in se.michaelthelin.spotify.model_objects.specification
Methods in se.michaelthelin.spotify.model_objects.specification that return AlbumSimplifiedModifier and TypeMethodDescriptionAlbumSimplified.Builder.build()
AlbumSimplified.JsonUtil.createModelObject
(com.google.gson.JsonObject jsonObject) Track.getAlbum()
Get the album on which the track appears.Methods in se.michaelthelin.spotify.model_objects.specification with parameters of type AlbumSimplifiedModifier and TypeMethodDescriptionTrack.Builder.setAlbum
(AlbumSimplified album) Set the album of the track to be built. -
Uses of AlbumSimplified in se.michaelthelin.spotify.requests.data.artists
Methods in se.michaelthelin.spotify.requests.data.artists that return types with arguments of type AlbumSimplifiedModifier and TypeMethodDescriptionGetArtistsAlbumsRequest.execute()
Get theAlbumSimplified
objects. -
Uses of AlbumSimplified in se.michaelthelin.spotify.requests.data.browse
Methods in se.michaelthelin.spotify.requests.data.browse that return types with arguments of type AlbumSimplifiedModifier and TypeMethodDescriptionGetListOfNewReleasesRequest.execute()
Get a paging of newAlbumSimplified
releases. -
Uses of AlbumSimplified in se.michaelthelin.spotify.requests.data.search.simplified
Methods in se.michaelthelin.spotify.requests.data.search.simplified that return types with arguments of type AlbumSimplified