Class GetUsersSavedShowsRequest

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

public class GetUsersSavedShowsRequest extends Object

Get User's Saved Shows request

Required OAuth scopes

user-library-read

Response

Pages of shows

  • Constructor Details

    • GetUsersSavedShowsRequest

      public GetUsersSavedShowsRequest(ApiClient apiClient)
      Get User's Saved Shows request
      Parameters:
      apiClient -

      The API client

  • Method Details

    • limit

      public GetUsersSavedShowsRequest limit(int limit)
      Parameters:
      limit -

      The maximum number of items to return. Default: 20. Minimum: 1. Maximum: 50.

      Returns:
      this request
    • offset

      public GetUsersSavedShowsRequest offset(int 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

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