Class GetArtistRequest

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

public class GetArtistRequest extends Object

Get Artist request

Response

An artist

  • Constructor Details

    • GetArtistRequest

      public GetArtistRequest(ApiClient apiClient, String id)
      Get Artist request
      Parameters:
      apiClient -

      The API client

      id -

      The Spotify ID of the artist.

  • Method Details

    • build

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