Uses of Class
se.michaelthelin.spotify.model_objects.specification.Track
Packages that use Track
Package
Description
-
Uses of Track in se.michaelthelin.spotify.model_objects.special
Methods in se.michaelthelin.spotify.model_objects.special that return types with arguments of type TrackModifier and TypeMethodDescriptionSearchResult.getTracks()Get the track objects contained in the search result object.Method parameters in se.michaelthelin.spotify.model_objects.special with type arguments of type TrackModifier and TypeMethodDescription -
Uses of Track in se.michaelthelin.spotify.model_objects.specification
Subclasses with type arguments of type Track in se.michaelthelin.spotify.model_objects.specificationMethods in se.michaelthelin.spotify.model_objects.specification that return TrackModifier and TypeMethodDescriptionTrack.Builder.build()PlayHistory.getTrack()Get the track the user listened to.SavedTrack.getTrack()Get information about the track from a saved track object.Track[]Recommendations.getTracks()Get the tracks from the recommendations object.Methods in se.michaelthelin.spotify.model_objects.specification with parameters of type TrackModifier and TypeMethodDescription -
Uses of Track in se.michaelthelin.spotify.requests.data.artists
Methods in se.michaelthelin.spotify.requests.data.artists that return Track -
Uses of Track in se.michaelthelin.spotify.requests.data.search.simplified
Subclasses with type arguments of type Track in se.michaelthelin.spotify.requests.data.search.simplifiedModifier and TypeClassDescriptionclassGet Spotify catalog information about tracks that match a keyword string.static final classBuilder class for building aSearchTracksRequest.Methods in se.michaelthelin.spotify.requests.data.search.simplified that return types with arguments of type Track -
Uses of Track in se.michaelthelin.spotify.requests.data.tracks
Subclasses with type arguments of type Track in se.michaelthelin.spotify.requests.data.tracksModifier and TypeClassDescriptionclassGet Spotify catalog information for a single track identified by its unique Spotify ID.static final classBuilder class for building aGetTrackRequest.Methods in se.michaelthelin.spotify.requests.data.tracks that return Track -
Uses of Track in se.michaelthelin.spotify.requests.data.users.simplified
Subclasses with type arguments of type Track in se.michaelthelin.spotify.requests.data.users.simplifiedModifier and TypeClassDescriptionclassGet the current user’s top tracks based on calculated affinity.static final classBuilder class for building aGetUsersTopTracksRequest.Methods in se.michaelthelin.spotify.requests.data.users.simplified that return types with arguments of type Track