Uses of Class
de.sonallux.spotify.api.models.SimplifiedAlbum
-
Packages that use SimplifiedAlbum Package Description de.sonallux.spotify.api.apis.artists de.sonallux.spotify.api.models -
-
Uses of SimplifiedAlbum in de.sonallux.spotify.api.apis.artists
Methods in de.sonallux.spotify.api.apis.artists that return types with arguments of type SimplifiedAlbum Modifier and Type Method Description ApiCall<Paging<SimplifiedAlbum>>GetArtistsAlbumsRequest. build()Build the request into an executable call -
Uses of SimplifiedAlbum in de.sonallux.spotify.api.models
Fields in de.sonallux.spotify.api.models declared as SimplifiedAlbum Modifier and Type Field Description SimplifiedAlbumTrack. albumThe album on which the track appears.Fields in de.sonallux.spotify.api.models with type parameters of type SimplifiedAlbum Modifier and Type Field Description Paging<SimplifiedAlbum>NewReleases. albumsPaging<SimplifiedAlbum>SearchResponse. albums
-