Class GetUsersSavedShowsRequest
java.lang.Object
de.sonallux.spotify.api.apis.shows.GetUsersSavedShowsRequest
Get User's Saved Shows request
Required OAuth scopes
user-library-read
Response
Pages of shows
-
Constructor Summary
ConstructorsConstructorDescriptionGetUsersSavedShowsRequest(ApiClient apiClient) Get User's Saved Shows request -
Method Summary
-
Constructor Details
-
GetUsersSavedShowsRequest
Get User's Saved Shows request- Parameters:
apiClient-The API client
-
-
Method Details
-
limit
- Parameters:
limit-The maximum number of items to return. Default: 20. Minimum: 1. Maximum: 50.
- Returns:
- this request
-
offset
- Parameters:
offset-The index of the first item to return. Default: 0 (the first item). Use with limit to get the next set of items.
- Returns:
- this request
-
build
Build the request into an executable api call- Returns:
- an executable api call
-