Uses of Class
se.michaelthelin.spotify.model_objects.specification.Track
-
-
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 Track Modifier and Type Method Description List<Track>PlaybackQueue. getQueue()Get the list of objects that make up the user's queue.Paging<Track>SearchResult. 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 Track Modifier and Type Method Description PlaybackQueue.BuilderPlaybackQueue.Builder. setQueue(List<Track> queue)The tracks that are in the user's queue for the upcoming playback setter.SearchResult.BuilderSearchResult.Builder. setTracks(Paging<Track> tracks)The tracks setter. -
Uses of Track in se.michaelthelin.spotify.model_objects.specification
Methods in se.michaelthelin.spotify.model_objects.specification that return Track Modifier and Type Method Description TrackTrack.Builder. build()TrackTrack.JsonUtil. createModelObject(com.google.gson.JsonObject jsonObject)TrackSavedTrack. getTrack()Get information about the track from a saved track object.Methods in se.michaelthelin.spotify.model_objects.specification with parameters of type Track Modifier and Type Method Description SavedTrack.BuilderSavedTrack.Builder. setTrack(Track track)Set the full track object of the saved track to be built. -
Uses of Track in se.michaelthelin.spotify.requests.data.artists
Methods in se.michaelthelin.spotify.requests.data.artists that return Track Modifier and Type Method Description Track[]GetArtistsTopTracksRequest. execute()Get the topTrackobjects. -
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 Modifier and Type Method Description Paging<Track>GetUsersTopTracksRequest. execute()Get an user's top tracks. -
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 Modifier and Type Method Description Paging<Track>SearchTracksRequest. execute()Search for tracks. -
Uses of Track in se.michaelthelin.spotify.requests.data.tracks
Methods in se.michaelthelin.spotify.requests.data.tracks that return Track Modifier and Type Method Description Track[]GetSeveralTracksRequest. execute()Get several tracks.TrackGetTrackRequest. execute()Get a track.
-