Class GetPlaylistItemsDeprecatedRequest

All Implemented Interfaces:
IRequest<Paging<PlaylistTrack>>

@Deprecated public class GetPlaylistItemsDeprecatedRequest extends AbstractDataRequest<Paging<PlaylistTrack>>
Deprecated.
Get full details of the tracks or episodes of a playlist owned by a Spotify user.
  • Method Details

    • execute

      public Paging<PlaylistTrack> execute() throws IOException, SpotifyWebApiException, org.apache.hc.core5.http.ParseException
      Deprecated.
      Get a playlist's items.
      Returns:
      A playlist's items.
      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 - If a parsing error occurs.