IRequestpublic class GetUsersFollowedArtistsRequest extends AbstractDataRequest
| Modifier and Type | Class | Description |
|---|---|---|
static class |
GetUsersFollowedArtistsRequest.Builder |
Builder class for building a
GetUsersFollowedArtistsRequest. |
| Modifier and Type | Method | Description |
|---|---|---|
PagingCursorbased<Artist> |
execute() |
Get a list of artists the user is following.
|
bodyParametersToJson, deleteJson, executeAsync, getBody, getBodyParameters, getContentType, getHeaders, getHttpManager, getJson, getUri, initializeBody, postJson, putJsonpublic PagingCursorbased<Artist> execute() throws IOException, SpotifyWebApiException
Artist 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.