Class GetUsersTopArtistsAndTracksRequest<T extends IArtistTrackModelObject>
- java.lang.Object
-
- com.wrapper.spotify.requests.AbstractRequest
-
- com.wrapper.spotify.requests.data.AbstractDataRequest
-
- com.wrapper.spotify.requests.data.personalization.GetUsersTopArtistsAndTracksRequest<T>
-
- Type Parameters:
T- The requestModelObjectType: artist or track.
- All Implemented Interfaces:
IRequest
public class GetUsersTopArtistsAndTracksRequest<T extends IArtistTrackModelObject> extends AbstractDataRequest
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Paging<T>execute()Get the top artists and tracks.-
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
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.
-
-