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 TypeClassDescriptionclassRetrieve 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 TypeClassDescriptionclassRetrieve information about Artist objects by building instances from this class.classRetrieve 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 TypeClassDescriptionclassThis class only exists for theoretical purposes.static final classBuilder class for building aGetUsersTopArtistsAndTracksRequest.