Class GetListOfCurrentUsersPlaylistsRequest
java.lang.Object
de.sonallux.spotify.api.apis.playlists.GetListOfCurrentUsersPlaylistsRequest
Get Current User's Playlists request
Required OAuth scopes
playlist-read-private
Response
A paged set of playlists
-
Constructor Summary
ConstructorsConstructorDescriptionGetListOfCurrentUsersPlaylistsRequest(ApiClient apiClient) Get Current User's Playlists request -
Method Summary
-
Constructor Details
-
GetListOfCurrentUsersPlaylistsRequest
Get Current User's Playlists 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 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
-