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 request ModelObjectType: artist or track.
All Implemented Interfaces:
IRequest<Paging<T>>

public class GetUsersTopArtistsAndTracksRequest<T extends IArtistTrackModelObject> extends AbstractDataRequest<Paging<T>>
This class only exists for theoretical purposes. Please use GetUsersTopArtistsRequest and GetUsersTopTracksRequest instead.
  • Method Details

    • 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