Uses of Class
com.wrapper.spotify.model_objects.specification.AudioFeatures
-
Packages that use AudioFeatures Package Description com.wrapper.spotify.model_objects.specification com.wrapper.spotify.requests.data.tracks -
-
Uses of AudioFeatures in com.wrapper.spotify.model_objects.specification
Methods in com.wrapper.spotify.model_objects.specification that return AudioFeatures Modifier and Type Method Description AudioFeaturesAudioFeatures.Builder. build()AudioFeaturesAudioFeatures.JsonUtil. createModelObject(com.google.gson.JsonObject jsonObject) -
Uses of AudioFeatures in com.wrapper.spotify.requests.data.tracks
Methods in com.wrapper.spotify.requests.data.tracks that return AudioFeatures Modifier and Type Method Description AudioFeatures[]GetAudioFeaturesForSeveralTracksRequest. execute()Get audio features for several tracks.AudioFeaturesGetAudioFeaturesForTrackRequest. execute()Get audio features for a track.
-