IRequestpublic class GetCurrentUsersSavedAlbumsRequest extends AbstractDataRequest
| Modifier and Type | Class | Description |
|---|---|---|
static class |
GetCurrentUsersSavedAlbumsRequest.Builder |
Builder class for building a
GetCurrentUsersSavedAlbumsRequest. |
| Modifier and Type | Method | Description |
|---|---|---|
Paging<SavedAlbum> |
execute() |
Get the saved albums of the current user.
|
bodyParametersToJson, deleteJson, executeAsync, getBody, getBodyParameters, getContentType, getHeaders, getHttpManager, getJson, getUri, initializeBody, postJson, putJsonpublic Paging<SavedAlbum> execute() throws IOException, SpotifyWebApiException
SavedAlbum 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.