Class GetNewReleasesRequest
java.lang.Object
se.michaelthelin.spotify.requests.AbstractRequest<Paging<AlbumSimplified>>
se.michaelthelin.spotify.requests.data.AbstractDataRequest<Paging<AlbumSimplified>>
se.michaelthelin.spotify.requests.data.albums.GetNewReleasesRequest
- All Implemented Interfaces:
IRequest<Paging<AlbumSimplified>>
Deprecated.
Use the Search API instead.
Get a list of new album releases featured in Spotify (shown, for example, on a Spotify player's "Browse" tab).
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classDeprecated.Use the Search API instead. -
Method Summary
Modifier and TypeMethodDescriptionexecute()Deprecated.Get a paging of newAlbumSimplifiedreleases.Methods inherited from class AbstractRequest
bodyParametersToJson, deleteJson, executeAsync, getBody, getBodyParameters, getContentType, getHeaders, getHttpManager, getJson, getUri, initializeBody, postJson, putJson
-
Method Details
-
execute
public Paging<AlbumSimplified> execute() throws IOException, SpotifyWebApiException, org.apache.hc.core5.http.ParseExceptionDeprecated.Get a paging of newAlbumSimplifiedreleases.- Returns:
- An
AlbumSimplifiedpaging. - Throws:
IOException- In case of networking issues.SpotifyWebApiException- The Web API returned an error further specified in this exception's root cause.org.apache.hc.core5.http.ParseException- If a parsing error occurs.
-