Class CheckUsersSavedShowsRequest

All Implemented Interfaces:
IRequest<Boolean[]>

public class CheckUsersSavedShowsRequest extends AbstractDataRequest<Boolean[]>
Check if one or more shows is already saved in the current Spotify user’s library.
  • Method Details

    • execute

      public Boolean[] execute() throws IOException, SpotifyWebApiException, org.apache.hc.core5.http.ParseException
      Check whether a show is present in the current user's "Your Music" library.
      Returns:
      Whether an show is present in the current user's "Your Music" library.
      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