Class CheckUsersSavedShowsRequest

java.lang.Object
de.sonallux.spotify.api.apis.shows.CheckUsersSavedShowsRequest

public class CheckUsersSavedShowsRequest extends Object

Check User's Saved Shows request

Required OAuth scopes

user-library-read

Response

Array of booleans

  • Constructor Details

    • CheckUsersSavedShowsRequest

      public CheckUsersSavedShowsRequest(ApiClient apiClient, String ids)
      Check User's Saved Shows request
      Parameters:
      apiClient -

      The API client

      ids -

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

  • Method Details

    • build

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