Uses of Class
de.sonallux.spotify.api.models.Track
-
Packages that use Track Package Description de.sonallux.spotify.api.apis.personalization de.sonallux.spotify.api.apis.tracks de.sonallux.spotify.api.models -
-
Uses of Track in de.sonallux.spotify.api.apis.personalization
Methods in de.sonallux.spotify.api.apis.personalization that return types with arguments of type Track Modifier and Type Method Description ApiCall<Paging<Track>>GetUsersTopTracksRequest. build()Build the request into an executable call -
Uses of Track in de.sonallux.spotify.api.apis.tracks
Methods in de.sonallux.spotify.api.apis.tracks that return types with arguments of type Track Modifier and Type Method Description ApiCall<Track>GetTrackRequest. build()Build the request into an executable call -
Uses of Track in de.sonallux.spotify.api.models
Fields in de.sonallux.spotify.api.models declared as Track Modifier and Type Field Description TrackSavedTrack. trackInformation about the track.Fields in de.sonallux.spotify.api.models with type parameters of type Track Modifier and Type Field Description List<Track>Recommendations. tracksAn array of track object ordered according to the parameters supplied.Paging<Track>SearchResponse. tracksList<Track>Tracks. tracks
-