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