Class GetUsersTopArtistsAndTracksRequest<T extends IArtistTrackModelObject>
java.lang.Object
se.michaelthelin.spotify.requests.AbstractRequest<Paging<T>>
se.michaelthelin.spotify.requests.data.AbstractDataRequest<Paging<T>>
se.michaelthelin.spotify.requests.data.personalization.GetUsersTopArtistsAndTracksRequest<T>
- Type Parameters:
T
- The requestModelObjectType
: artist or track.
public class GetUsersTopArtistsAndTracksRequest<T extends IArtistTrackModelObject>
extends AbstractDataRequest<Paging<T>>
This class only exists for theoretical purposes. Please use
GetUsersTopArtistsRequest
and
GetUsersTopTracksRequest
instead.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Builder class for building aGetUsersTopArtistsAndTracksRequest
. -
Method Summary
Methods inherited from class se.michaelthelin.spotify.requests.AbstractRequest
bodyParametersToJson, deleteJson, executeAsync, getBody, getBodyParameters, getContentType, getHeaders, getHttpManager, getJson, getUri, initializeBody, postJson, putJson
-
Method Details
-
execute
public Paging<T> execute() throws IOException, SpotifyWebApiException, org.apache.hc.core5.http.ParseExceptionGet the top artists and tracks.- Returns:
- Top artists and tracks.
- 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
-