Class GetSeveralArtistsRequest

  • All Implemented Interfaces:
    IRequest<Artist[]>

    public class GetSeveralArtistsRequest
    extends AbstractDataRequest<Artist[]>
    Get Spotify catalog information for several artists based on their Spotify IDs.
    • Method Detail

      • execute

        public Artist[] execute()
                         throws java.io.IOException,
                                SpotifyWebApiException
        Get several Artist objects.
        Returns:
        An array with Artist objects.
        Throws:
        java.io.IOException - In case of networking issues.
        SpotifyWebApiException - The Web API returned an error further specified in this exception's root cause.