Uses of Class
de.jsone_studios.wrapper.spotify.models.AudioFeaturesTrack
-
Packages that use AudioFeaturesTrack Package Description de.jsone_studios.wrapper.spotify.models de.jsone_studios.wrapper.spotify.services -
-
Uses of AudioFeaturesTrack in de.jsone_studios.wrapper.spotify.models
Fields in de.jsone_studios.wrapper.spotify.models with type parameters of type AudioFeaturesTrack Modifier and Type Field Description List<AudioFeaturesTrack>AudioFeaturesTracks. audio_features -
Uses of AudioFeaturesTrack in de.jsone_studios.wrapper.spotify.services
Methods in de.jsone_studios.wrapper.spotify.services that return types with arguments of type AudioFeaturesTrack Modifier and Type Method Description retrofit2.Call<AudioFeaturesTrack>TracksSpotifyService. getTrackAudioFeatures(String id)Get audio feature information for a single track identified by its unique Spotify ID.
-