Class GetShowRequest

All Implemented Interfaces:
IRequest<Show>

public class GetShowRequest extends AbstractDataRequest<Show>
Get Spotify catalog information for a single show identified by its unique Spotify ID.
  • Method Details

    • execute

      public Show execute() throws IOException, SpotifyWebApiException, org.apache.hc.core5.http.ParseException
      Get a show.
      Returns:
      An Show.
      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.