Class GetCategoriesPlaylistsRequest
java.lang.Object
de.sonallux.spotify.api.apis.playlists.GetCategoriesPlaylistsRequest
Get Category's Playlists request
Response
A paged set of playlists
-
Constructor Summary
ConstructorsConstructorDescriptionGetCategoriesPlaylistsRequest(ApiClient apiClient, String categoryId) Get Category's Playlists request -
Method Summary
-
Constructor Details
-
GetCategoriesPlaylistsRequest
Get Category's Playlists request- Parameters:
apiClient-The API client
categoryId-The Spotify category ID for the category.
-
-
Method Details
-
country
- Parameters:
country-A country: an ISO 3166-1 alpha-2 country code. Provide this parameter to ensure that the category exists for a particular country.
- Returns:
- this request
-
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
-