Class GetRecommendationGenresRequest
- java.lang.Object
-
- de.sonallux.spotify.api.apis.browse.GetRecommendationGenresRequest
-
public class GetRecommendationGenresRequest extends Object
Get Recommendation Genres requestResponse
On success, the HTTP status code in the response header is
200 OKand the response body contains a recommendations response object in JSON format.
-
-
Constructor Summary
Constructors Constructor Description GetRecommendationGenresRequest(ApiClient apiClient)Get Recommendation Genres request
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiCall<GenreSeeds>build()Build the request into an executable call
-
-
-
Constructor Detail
-
GetRecommendationGenresRequest
public GetRecommendationGenresRequest(ApiClient apiClient)
Get Recommendation Genres request
- Parameters:
apiClient-The API client
-
-
Method Detail
-
build
public ApiCall<GenreSeeds> build()
Build the request into an executable call
-
-