Uses of Interface
se.michaelthelin.spotify.requests.data.personalization.interfaces.IArtistTrackModelObject
Packages that use IArtistTrackModelObject
Package
Description
-
Uses of IArtistTrackModelObject in se.michaelthelin.spotify
Methods in se.michaelthelin.spotify with type parameters of type IArtistTrackModelObjectModifier 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
Classes in se.michaelthelin.spotify.model_objects.special that implement IArtistTrackModelObjectModifier and TypeClassDescriptionclass
Retrieve the searched-for items by building instances from this class. -
Uses of IArtistTrackModelObject in se.michaelthelin.spotify.model_objects.specification
Classes in se.michaelthelin.spotify.model_objects.specification that implement IArtistTrackModelObjectModifier 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
Classes in se.michaelthelin.spotify.requests.data.personalization with type parameters of type IArtistTrackModelObjectModifier and TypeClassDescriptionclass
This class only exists for theoretical purposes.static final class
Builder class for building aGetUsersTopArtistsAndTracksRequest
.