Uses of Interface
se.michaelthelin.spotify.requests.data.personalization.interfaces.IArtistTrackModelObject
-
-
Uses of IArtistTrackModelObject in se.michaelthelin.spotify
Methods in se.michaelthelin.spotify with type parameters of type IArtistTrackModelObject Modifier and Type Method Description <T extends IArtistTrackModelObject>
GetUsersTopArtistsAndTracksRequest.Builder<T>SpotifyApi. 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 IArtistTrackModelObject Modifier and Type Class Description classSearchResultRetrieve 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 IArtistTrackModelObject Modifier and Type Class Description classArtistRetrieve information about Artist objects by building instances from this class.classTrackRetrieve 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 IArtistTrackModelObject Modifier and Type Class Description classGetUsersTopArtistsAndTracksRequest<T extends IArtistTrackModelObject>This class only exists for theoretical purposes.static classGetUsersTopArtistsAndTracksRequest.Builder<T extends IArtistTrackModelObject>Builder class for building aGetUsersTopArtistsAndTracksRequest.
-