Class GetFollowedRequest
java.lang.Object
de.sonallux.spotify.api.apis.users.GetFollowedRequest
Get Followed Artists request
Required OAuth scopes
user-follow-read
Response
A paged set of artists
-
Constructor Summary
ConstructorsConstructorDescriptionGetFollowedRequest(ApiClient apiClient, String type) Get Followed Artists request -
Method Summary
-
Constructor Details
-
GetFollowedRequest
Get Followed Artists request- Parameters:
apiClient-The API client
type-The ID type: currently only
artistis supported.
-
-
Method Details
-
after
- Parameters:
after-The last artist ID retrieved from the previous request.
- Returns:
- this request
-
limit
- Parameters:
limit-The maximum number of items to return. Default: 20. Minimum: 1. Maximum: 50.
- Returns:
- this request
-
build
Build the request into an executable api call- Returns:
- an executable api call
-