Class GetMultipleArtistsRequest

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

public class GetMultipleArtistsRequest extends Object

Get Several Artists request

Response

A set of artists

  • Constructor Details

    • GetMultipleArtistsRequest

      public GetMultipleArtistsRequest(ApiClient apiClient, String ids)
      Get Several Artists request
      Parameters:
      apiClient -

      The API client

      ids -

      A comma-separated list of the Spotify IDs for the artists. Maximum: 50 IDs.

  • Method Details

    • build

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