Class CheckIfUserFollowsPlaylistRequest
java.lang.Object
de.sonallux.spotify.api.apis.users.CheckIfUserFollowsPlaylistRequest
Check if Users Follow Playlist request
Response
Array of booleans
-
Constructor Summary
ConstructorsConstructorDescriptionCheckIfUserFollowsPlaylistRequest(ApiClient apiClient, String playlistId, String ids) Check if Users Follow Playlist request -
Method Summary
-
Constructor Details
-
CheckIfUserFollowsPlaylistRequest
Check if Users Follow Playlist request- Parameters:
apiClient-The API client
playlistId-The Spotify ID of the playlist.
ids-A comma-separated list of Spotify User IDs ; the ids of the users that you want to check to see if they follow the playlist. Maximum: 5 ids.
-
-
Method Details
-
build
Build the request into an executable api call- Returns:
- an executable api call
-