Class GetUsersTopArtistsAndTracksRequest<T extends IArtistTrackModelObject>
- java.lang.Object
-
- com.wrapper.spotify.requests.AbstractRequest<T>
-
- com.wrapper.spotify.requests.data.AbstractDataRequest<Paging<T>>
-
- com.wrapper.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 useGetUsersTopArtistsRequestandGetUsersTopTracksRequestinstead.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetUsersTopArtistsAndTracksRequest.Builder<T extends IArtistTrackModelObject>Builder class for building aGetUsersTopArtistsAndTracksRequest.
-
Method Summary
-
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<T> execute() throws IOException, SpotifyWebApiException, org.apache.hc.core5.http.ParseException
Get 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
-
-