Uses of Class
se.michaelthelin.spotify.model_objects.specification.Artist
Packages that use Artist
Package
Description
-
Uses of Artist in se.michaelthelin.spotify.model_objects.special
Methods in se.michaelthelin.spotify.model_objects.special that return types with arguments of type ArtistModifier and TypeMethodDescriptionSearchResult.getArtists()Get the artist objects contained in the search result object.Method parameters in se.michaelthelin.spotify.model_objects.special with type arguments of type Artist -
Uses of Artist in se.michaelthelin.spotify.model_objects.specification
Subclasses with type arguments of type Artist in se.michaelthelin.spotify.model_objects.specificationModifier and TypeClassDescriptionstatic final classJsonUtil class for buildingArtistinstances.Methods in se.michaelthelin.spotify.model_objects.specification that return Artist -
Uses of Artist in se.michaelthelin.spotify.requests.data.artists
Subclasses with type arguments of type Artist in se.michaelthelin.spotify.requests.data.artistsModifier and TypeClassDescriptionclassGet Spotify catalog information for a single artist identified by their unique Spotify ID.static final classBuilder class for building aGetArtistRequest.Methods in se.michaelthelin.spotify.requests.data.artists that return Artist -
Uses of Artist in se.michaelthelin.spotify.requests.data.search.simplified
Subclasses with type arguments of type Artist in se.michaelthelin.spotify.requests.data.search.simplifiedModifier and TypeClassDescriptionclassGet Spotify catalog information about artists that match a keyword string.static final classBuilder class for building aSearchArtistsRequest.Methods in se.michaelthelin.spotify.requests.data.search.simplified that return types with arguments of type Artist -
Uses of Artist in se.michaelthelin.spotify.requests.data.users
Subclasses with type arguments of type Artist in se.michaelthelin.spotify.requests.data.usersModifier and TypeClassDescriptionclassGet the current user’s followed artists.static final classBuilder class for building aGetFollowedArtistsRequest.Methods in se.michaelthelin.spotify.requests.data.users that return types with arguments of type ArtistModifier and TypeMethodDescriptionGetFollowedArtistsRequest.execute()Get a list of artists the user is following. -
Uses of Artist in se.michaelthelin.spotify.requests.data.users.simplified
Subclasses with type arguments of type Artist in se.michaelthelin.spotify.requests.data.users.simplifiedModifier and TypeClassDescriptionclassGet the current user’s top artists based on calculated affinity.static final classBuilder class for building aGetUsersTopArtistsRequest.Methods in se.michaelthelin.spotify.requests.data.users.simplified that return types with arguments of type Artist