Class GetUsersPlaylistsRequest
java.lang.Object
se.michaelthelin.spotify.requests.AbstractRequest<Paging<PlaylistSimplified>>
se.michaelthelin.spotify.requests.data.AbstractDataRequest<Paging<PlaylistSimplified>>
se.michaelthelin.spotify.requests.data.playlists.GetUsersPlaylistsRequest
- All Implemented Interfaces:
IRequest<Paging<PlaylistSimplified>>
@Deprecated
public class GetUsersPlaylistsRequest
extends AbstractDataRequest<Paging<PlaylistSimplified>>
Deprecated.
This endpoint is deprecated.
Get a list of the playlists owned or followed by a Spotify user.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classDeprecated.This endpoint is deprecated. -
Method Summary
Modifier and TypeMethodDescriptionexecute()Deprecated.Get a paging ofPlaylistSimplifiedobjects for a user.Methods inherited from class AbstractRequest
bodyParametersToJson, deleteJson, executeAsync, getBody, getBodyParameters, getContentType, getHeaders, getHttpManager, getJson, getUri, initializeBody, postJson, putJson
-
Method Details
-
execute
public Paging<PlaylistSimplified> execute() throws IOException, SpotifyWebApiException, org.apache.hc.core5.http.ParseExceptionDeprecated.Get a paging ofPlaylistSimplifiedobjects for a user.- Returns:
- A
PlaylistSimplifiedpaging. - 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.
-