Uses of Class
se.michaelthelin.spotify.model_objects.specification.AlbumSimplified
Package
Description
-
Uses of AlbumSimplified in se.michaelthelin.spotify.model_objects.special
Modifier and TypeMethodDescriptionSearchResult.getAlbums()
Get the album objects contained in the search result object.Modifier and TypeMethodDescriptionSearchResult.Builder.setAlbums
(Paging<AlbumSimplified> albums) The albums setter. -
Uses of AlbumSimplified in se.michaelthelin.spotify.model_objects.specification
Modifier and TypeMethodDescriptionAlbumSimplified.Builder.build()
AlbumSimplified.JsonUtil.createModelObject
(com.google.gson.JsonObject jsonObject) Track.getAlbum()
Get the album on which the track appears.Modifier 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
Modifier and TypeMethodDescriptionGetArtistsAlbumsRequest.execute()
Get theAlbumSimplified
objects. -
Uses of AlbumSimplified in se.michaelthelin.spotify.requests.data.browse
Modifier and TypeMethodDescriptionGetListOfNewReleasesRequest.execute()
Get a paging of newAlbumSimplified
releases. -
Uses of AlbumSimplified in se.michaelthelin.spotify.requests.data.search.simplified