Uses of Interface
se.michaelthelin.spotify.requests.data.personalization.interfaces.IArtistTrackModelObject
Package
Description
-
Uses of IArtistTrackModelObject in se.michaelthelin.spotify
Modifier and TypeMethodDescriptionSpotifyApi.getUsersTopArtistsAndTracks
(ModelObjectType type) Get the current user's top artists or tracks based on calculated affinity. -
Uses of IArtistTrackModelObject in se.michaelthelin.spotify.model_objects.special
Modifier and TypeClassDescriptionclass
Retrieve the searched-for items by building instances from this class. -
Uses of IArtistTrackModelObject in se.michaelthelin.spotify.model_objects.specification
Modifier and TypeClassDescriptionclass
Retrieve information about Artist objects by building instances from this class.class
Retrieve information about Track objects by building instances from this class. -
Uses of IArtistTrackModelObject in se.michaelthelin.spotify.requests.data.personalization
Modifier and TypeClassDescriptionclass
This class only exists for theoretical purposes.static final class
Builder class for building aGetUsersTopArtistsAndTracksRequest
.