IRequestpublic class GetListOfUsersPlaylistsRequest extends AbstractDataRequest
| Modifier and Type | Class | Description |
|---|---|---|
static class |
GetListOfUsersPlaylistsRequest.Builder |
Builder class for building a
GetListOfUsersPlaylistsRequest. |
| Modifier and Type | Method | Description |
|---|---|---|
Paging<PlaylistSimplified> |
execute() |
Get an user's playlists.
|
bodyParametersToJson, deleteJson, executeAsync, getBody, getBodyParameters, getContentType, getHeaders, getHttpManager, getJson, getUri, initializeBody, postJson, putJsonpublic Paging<PlaylistSimplified> execute() throws IOException, SpotifyWebApiException
PlaylistSimplified 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.