Uses of Class
se.michaelthelin.spotify.model_objects.specification.AudioFeatures.Builder
Packages that use AudioFeatures.Builder
-
Uses of AudioFeatures.Builder in se.michaelthelin.spotify.model_objects.specification
Methods in se.michaelthelin.spotify.model_objects.specification that return AudioFeatures.BuilderModifier and TypeMethodDescriptionAudioFeatures.builder()
AudioFeatures.Builder.setAcousticness
(Float acousticness) Set the acousticness of the audio features object to be built.AudioFeatures.Builder.setAnalysisUrl
(String analysisUrl) Set the Spotify Web API audio analysis endpoint URL of the audio features object to be built.AudioFeatures.Builder.setDanceability
(Float danceability) Set the danceability of the audio features object to be built.AudioFeatures.Builder.setDurationMs
(Integer durationMs) Set the duration in milliseconds of the audio features object to be built.Set the energy of the audio features object to be built.Set the Spotify track ID of the audio features object to be built.AudioFeatures.Builder.setInstrumentalness
(Float instrumentalness) Set the instrumentalness of the audio features object to be built.Set the key of the audio features object to be built.AudioFeatures.Builder.setLiveness
(Float liveness) Set the liveness of the audio features object to be built.AudioFeatures.Builder.setLoudness
(Float loudness) Set the loudness of the audio features object to be built.Set the mode of the audio features object to be built.AudioFeatures.Builder.setSpeechiness
(Float speechiness) Set the speechiness of the audio features object to be built.Set the tempo of the audio features object to be built.AudioFeatures.Builder.setTimeSignature
(Integer timeSignature) Set the time signature of the audio features object to be built.AudioFeatures.Builder.setTrackHref
(String trackHref) Set the track href to the Spotify Web API endpoint of the audio features object to be built.AudioFeatures.Builder.setType
(ModelObjectType type) Set the type of the model object.Set the Spotify URI of the audio feature objects track to be built.AudioFeatures.Builder.setValence
(Float valence) Set the valence of the audio features object to be built.