Class CheckUsersSavedShowsRequest
java.lang.Object
de.sonallux.spotify.api.apis.shows.CheckUsersSavedShowsRequest
Check User's Saved Shows request
Required OAuth scopes
user-library-read
Response
Array of booleans
-
Constructor Summary
ConstructorsConstructorDescriptionCheckUsersSavedShowsRequest(ApiClient apiClient, String ids) Check User's Saved Shows request -
Method Summary
-
Constructor Details
-
CheckUsersSavedShowsRequest
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
Build the request into an executable api call- Returns:
- an executable api call
-