Class GetListUsersPlaylistsRequest

    • Constructor Detail

      • GetListUsersPlaylistsRequest

        public GetListUsersPlaylistsRequest​(ApiClient apiClient,
                                            String userId)

        Get a List of a User's Playlists request

        Parameters:
        apiClient -

        The API client

        userId -

        The user's Spotify user ID.

    • Method Detail

      • limit

        public GetListUsersPlaylistsRequest limit​(int limit)

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

      • offset

        public GetListUsersPlaylistsRequest offset​(int offset)

        The index of the first playlist to return. Default: 0 (the first object). Maximum offset: 100.000. Use with limit to get the next set of playlists.