Uses of Class
de.sonallux.spotify.api.models.Artist
-
Packages that use Artist Package Description de.sonallux.spotify.api.apis.artists de.sonallux.spotify.api.apis.personalization de.sonallux.spotify.api.models -
-
Uses of Artist in de.sonallux.spotify.api.apis.artists
Methods in de.sonallux.spotify.api.apis.artists that return types with arguments of type Artist Modifier and Type Method Description ApiCall<Artist>GetArtistRequest. build()Build the request into an executable call -
Uses of Artist in de.sonallux.spotify.api.apis.personalization
Methods in de.sonallux.spotify.api.apis.personalization that return types with arguments of type Artist Modifier and Type Method Description ApiCall<Paging<Artist>>GetUsersTopArtistsRequest. build()Build the request into an executable call -
Uses of Artist in de.sonallux.spotify.api.models
Fields in de.sonallux.spotify.api.models with type parameters of type Artist Modifier and Type Field Description List<Artist>Album. artistsThe artists of the album.List<Artist>Artists. artistsCursorPaging<Artist>FollowingArtists. artistsPaging<Artist>SearchResponse. artistsList<Artist>Track. artistsThe artists who performed the track.
-