| Package | Description |
|---|---|
| com.wrapper.spotify.model_objects.specification |
| Modifier and Type | Method | Description |
|---|---|---|
AudioFeatures.Builder |
AudioFeatures.builder() |
|
AudioFeatures.Builder |
AudioFeatures.Builder.setAcousticness(Float acousticness) |
Set the acousticness of the audio features object to be built.
|
AudioFeatures.Builder |
AudioFeatures.Builder.setAnalysisUrl(String analysisUrl) |
Set the Spotify Web API audio analysis endpoint URL of the audio features object to be built.
|
AudioFeatures.Builder |
AudioFeatures.Builder.setDanceability(Float danceability) |
Set the danceability of the audio features object to be built.
|
AudioFeatures.Builder |
AudioFeatures.Builder.setDurationMs(Integer durationMs) |
Set the duration in milliseconds of the audio features object to be built.
|
AudioFeatures.Builder |
AudioFeatures.Builder.setEnergy(Float energy) |
Set the energy of the audio features object to be built.
|
AudioFeatures.Builder |
AudioFeatures.Builder.setId(String id) |
Set the Spotify track ID of the audio features object to be built.
|
AudioFeatures.Builder |
AudioFeatures.Builder.setInstrumentalness(Float instrumentalness) |
Set the instrumentalness of the audio features object to be built.
|
AudioFeatures.Builder |
AudioFeatures.Builder.setKey(Integer key) |
Set the key of the audio features object to be built.
|
AudioFeatures.Builder |
AudioFeatures.Builder.setLiveness(Float liveness) |
Set the liveness of the audio features object to be built.
|
AudioFeatures.Builder |
AudioFeatures.Builder.setLoudness(Float loudness) |
Set the loudness of the audio features object to be built.
|
AudioFeatures.Builder |
AudioFeatures.Builder.setMode(Modality mode) |
Set the mode of the audio features object to be built.
|
AudioFeatures.Builder |
AudioFeatures.Builder.setSpeechiness(Float speechiness) |
Set the speechiness of the audio features object to be built.
|
AudioFeatures.Builder |
AudioFeatures.Builder.setTempo(Float tempo) |
Set the tempo of the audio features object to be built.
|
AudioFeatures.Builder |
AudioFeatures.Builder.setTimeSignature(Integer timeSignature) |
Set the time signature of the audio features object to be built.
|
AudioFeatures.Builder |
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 |
AudioFeatures.Builder.setType(ModelObjectType type) |
Set the type of the model object.
|
AudioFeatures.Builder |
AudioFeatures.Builder.setUri(String uri) |
Set the Spotify URI
of the audio feature objects track to be built.
|
AudioFeatures.Builder |
AudioFeatures.Builder.setValence(Float valence) |
Set the valence of the audio features object to be built.
|
Copyright © 2019. All rights reserved.