IRequestpublic class GetListOfNewReleasesRequest extends AbstractDataRequest
| Modifier and Type | Class | Description |
|---|---|---|
static class |
GetListOfNewReleasesRequest.Builder |
Builder class for building a
GetListOfNewReleasesRequest. |
| Modifier and Type | Method | Description |
|---|---|---|
Paging<AlbumSimplified> |
execute() |
Get a paging of new
AlbumSimplified releases. |
bodyParametersToJson, deleteJson, executeAsync, getBody, getBodyParameters, getContentType, getHeaders, getHttpManager, getJson, getUri, initializeBody, postJson, putJsonpublic Paging<AlbumSimplified> execute() throws IOException, SpotifyWebApiException
AlbumSimplified releases.AlbumSimplified paging.IOException - In case of networking issues.SpotifyWebApiException - The Web API returned an error further specified in this exception's root cause.Copyright © 2019. All rights reserved.