Class GetAlbumRequest
- java.lang.Object
-
- de.sonallux.spotify.api.apis.albums.GetAlbumRequest
-
public class GetAlbumRequest extends Object
Get an Album requestResponse
On success, the HTTP status code in the response header is 200 OK and the response body contains an album 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 GetAlbumRequest(ApiClient apiClient, String id)Get an Album request
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiCall<Album>build()Build the request into an executable callGetAlbumRequestmarket(String market)The market you'd like to request.
-
-
-
Method Detail
-
market
public GetAlbumRequest market(String market)
The market you'd like to request. Synonym for
country.
-
-