Class GetArtistsRelatedArtistsRequest

java.lang.Object
de.sonallux.spotify.api.apis.artists.GetArtistsRelatedArtistsRequest

public class GetArtistsRelatedArtistsRequest extends Object

Get Artist's Related Artists request

Response

A set of artists

  • Constructor Details

    • GetArtistsRelatedArtistsRequest

      public GetArtistsRelatedArtistsRequest(ApiClient apiClient, String id)
      Get Artist's Related Artists request
      Parameters:
      apiClient -

      The API client

      id -

      The Spotify ID of the artist.

  • Method Details

    • build

      public ApiCall<ManyArtists> build()
      Build the request into an executable api call
      Returns:
      an executable api call