Class GetArtistsRelatedArtistsRequest

  • All Implemented Interfaces:
    IRequest<Artist[]>

    public class GetArtistsRelatedArtistsRequest
    extends AbstractDataRequest<Artist[]>
    Get Spotify catalog information about artists similar to a given artist. Similarity is based on analysis of the Spotify community’s listening history.
    • Method Detail

      • execute

        public Artist[] execute()
                         throws java.io.IOException,
                                SpotifyWebApiException
        Get the related Artist objects.
        Returns:
        An array of 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.