Class GetListUsersPlaylistsRequest
java.lang.Object
de.sonallux.spotify.api.apis.playlists.GetListUsersPlaylistsRequest
Get User's Playlists request
Required OAuth scopes
playlist-read-private, playlist-read-collaborative
Response
A paged set of playlists
-
Constructor Details
-
GetListUsersPlaylistsRequest
Get User's Playlists request- Parameters:
apiClient-The API client
userId-The user's Spotify user ID.
-
-
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 playlist to return. Default: 0 (the first object). Maximum offset: 100.000. Use with
limitto get the next set of playlists.- Returns:
- this request
-
build
Build the request into an executable api call- Returns:
- an executable api call
-