Class CheckUsersSavedEpisodesRequest
- java.lang.Object
-
- de.sonallux.spotify.api.apis.library.CheckUsersSavedEpisodesRequest
-
public class CheckUsersSavedEpisodesRequest extends Object
Check User's Saved Episodes 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 CheckUsersSavedEpisodesRequest(ApiClient apiClient, String ids)Check User's Saved Episodes 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
-
-
-
Constructor Detail
-
CheckUsersSavedEpisodesRequest
public CheckUsersSavedEpisodesRequest(ApiClient apiClient, String ids)
Check User's Saved Episodes request
- Parameters:
apiClient-The API client
ids-A comma-separated list of the Spotify IDs for the episodes. Maximum: 50 IDs.
-
-