Class GetAudioFeaturesRequest
- java.lang.Object
-
- de.sonallux.spotify.api.apis.tracks.GetAudioFeaturesRequest
-
public class GetAudioFeaturesRequest extends Object
Get Audio Features for a Track requestResponse
On success, the HTTP status code in the response header is
200 OKand the response body contains an audio features object in JSON format. On error, the header status code is an error code and the response body contains an error object.
-
-
Constructor Summary
Constructors Constructor Description GetAudioFeaturesRequest(ApiClient apiClient, String id)Get Audio Features for a Track request
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiCall<AudioFeatures>build()Build the request into an executable call
-
-
-
Constructor Detail
-
GetAudioFeaturesRequest
public GetAudioFeaturesRequest(ApiClient apiClient, String id)
Get Audio Features for a Track request
- Parameters:
apiClient-The API client
id-The Spotify ID for the track.
-
-
Method Detail
-
build
public ApiCall<AudioFeatures> build()
Build the request into an executable call
-
-