Class GetUsersSavedShowsRequest
- java.lang.Object
-
- se.michaelthelin.spotify.requests.AbstractRequest<T>
-
- se.michaelthelin.spotify.requests.data.AbstractDataRequest<Paging<SavedShow>>
-
- se.michaelthelin.spotify.requests.data.library.GetUsersSavedShowsRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetUsersSavedShowsRequest.BuilderBuilder class for building aGetUsersSavedShowsRequest.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Paging<SavedShow>execute()Get a list of the current user’s saved shows.-
Methods inherited from class se.michaelthelin.spotify.requests.AbstractRequest
bodyParametersToJson, deleteJson, executeAsync, getBody, getBodyParameters, getContentType, getHeaders, getHttpManager, getJson, getUri, initializeBody, postJson, putJson
-
-
-
-
Method Detail
-
execute
public Paging<SavedShow> execute() throws IOException, SpotifyWebApiException, org.apache.hc.core5.http.ParseException
Get a list of the current user’s saved shows.- Returns:
- A
SavedShowpaging object. - 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
-
-