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 TypeMethodDescriptionThe tracks setter. -
Uses of Track in se.michaelthelin.spotify.model_objects.specification
Methods in se.michaelthelin.spotify.model_objects.specification that return TrackModifier and TypeMethodDescriptionTrack.Builder.build()
Track.JsonUtil.createModelObject
(com.google.gson.JsonObject jsonObject) 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 TypeMethodDescriptionThe track setter.Set the full track object of the saved track to be built.The recommended tracks setter. -
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.personalization.simplified
Methods in se.michaelthelin.spotify.requests.data.personalization.simplified that return types with arguments of type Track -
Uses of Track in se.michaelthelin.spotify.requests.data.search.simplified
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
Methods in se.michaelthelin.spotify.requests.data.tracks that return Track