Class CheckUsersSavedShowsRequest
- java.lang.Object
-
- de.sonallux.spotify.api.apis.library.CheckUsersSavedShowsRequest
-
public class CheckUsersSavedShowsRequest extends Object
Check User's Saved Shows requestRequired OAuth scopes
user-library-readResponse
On success, the HTTP status code in the response header is
200OK and the response body contains a JSON array oftrueorfalsevalues, in the same order in which theidswere specified. On error, the header status code is an error code and the response body contains an error object.
-
-
Constructor Summary
Constructors Constructor Description CheckUsersSavedShowsRequest(ApiClient apiClient, String ids)Check User's Saved Shows request
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiCall<List<Boolean>>build()Build the request into an executable call
-