Uses of Class
com.wrapper.spotify.model_objects.specification.Track
-
-
Uses of Track in com.wrapper.spotify.model_objects.miscellaneous
Methods in com.wrapper.spotify.model_objects.miscellaneous that return Track Modifier and Type Method Description TrackCurrentlyPlaying. getItem()Get the currently played track.TrackCurrentlyPlayingContext. getItem()Get the currently playing track, if the device is playing something.Methods in com.wrapper.spotify.model_objects.miscellaneous with parameters of type Track Modifier and Type Method Description CurrentlyPlaying.BuilderCurrentlyPlaying.Builder. setItem(Track item)The currently playing track setter.CurrentlyPlayingContext.BuilderCurrentlyPlayingContext.Builder. setItem(Track item)The currently playing track setter. -
Uses of Track in com.wrapper.spotify.model_objects.special
Methods in com.wrapper.spotify.model_objects.special that return types with arguments of type Track Modifier and Type Method Description Paging<Track>SearchResult. getTracks()Get the track objects contained in the search result object.Method parameters in com.wrapper.spotify.model_objects.special with type arguments of type Track Modifier and Type Method Description SearchResult.BuilderSearchResult.Builder. setTracks(Paging<Track> tracks)The tracks setter. -
Uses of Track in com.wrapper.spotify.model_objects.specification
Methods in com.wrapper.spotify.model_objects.specification that return Track Modifier and Type Method Description TrackTrack.Builder. build()TrackTrack.JsonUtil. createModelObject(com.google.gson.JsonObject jsonObject)TrackPlaylistTrack. getTrack()Get a full track object from this playlist track object.TrackSavedTrack. getTrack()Get information about the track from a saved track object.Methods in com.wrapper.spotify.model_objects.specification with parameters of type Track Modifier and Type Method Description PlaylistTrack.BuilderPlaylistTrack.Builder. setTrack(Track track)Set the full track object of the playlist track to be built.SavedTrack.BuilderSavedTrack.Builder. setTrack(Track track)Set the full track object of the saved track to be built. -
Uses of Track in com.wrapper.spotify.requests.data.artists
Methods in com.wrapper.spotify.requests.data.artists that return Track Modifier and Type Method Description Track[]GetArtistsTopTracksRequest. execute()Get the topTrackobjects. -
Uses of Track in com.wrapper.spotify.requests.data.personalization.simplified
Methods in com.wrapper.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 com.wrapper.spotify.requests.data.search.simplified
Methods in com.wrapper.spotify.requests.data.search.simplified that return types with arguments of type Track Modifier and Type Method Description Paging<Track>SearchTracksRequest. execute()Search for playlists. -
Uses of Track in com.wrapper.spotify.requests.data.tracks
Methods in com.wrapper.spotify.requests.data.tracks that return Track Modifier and Type Method Description Track[]GetSeveralTracksRequest. execute()Get several tracks.TrackGetTrackRequest. execute()Get a track.
-