Class GetListOfCurrentUsersPlaylistsRequest
- java.lang.Object
-
- com.wrapper.spotify.requests.AbstractRequest
-
- com.wrapper.spotify.requests.data.AbstractDataRequest
-
- com.wrapper.spotify.requests.data.playlists.GetListOfCurrentUsersPlaylistsRequest
-
- All Implemented Interfaces:
IRequest
public class GetListOfCurrentUsersPlaylistsRequest extends AbstractDataRequest
Get a list of the playlists owned or followed by the current Spotify user.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetListOfCurrentUsersPlaylistsRequest.BuilderBuilder class for building aGetListOfCurrentUsersPlaylistsRequest
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Paging<PlaylistSimplified>execute()Get a list of the current user's playlists.-
Methods inherited from class com.wrapper.spotify.requests.AbstractRequest
bodyParametersToJson, deleteJson, executeAsync, getBody, getBodyParameters, getContentType, getHeaders, getHttpManager, getJson, getUri, initializeBody, postJson, putJson
-
-
-
-
Method Detail
-
execute
public Paging<PlaylistSimplified> execute() throws IOException, SpotifyWebApiException
Get a list of the current user's playlists.- 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.
-
-