Uses of Class
se.michaelthelin.spotify.requests.data.AbstractDataRequest
Package
Description
-
Uses of AbstractDataRequest in se.michaelthelin.spotify.requests.data
Modifier and TypeClassDescriptionclass
class
-
Uses of AbstractDataRequest in se.michaelthelin.spotify.requests.data.albums
Modifier and TypeClassDescriptionclass
Get Spotify catalog information for a single album.class
Get Spotify catalog information about an album's tracks.class
Get Spotify catalog information for multiple albums identified by their Spotify IDs. -
Uses of AbstractDataRequest in se.michaelthelin.spotify.requests.data.artists
Modifier and TypeClassDescriptionclass
Get Spotify catalog information for a single artist identified by their unique Spotify ID.class
Get Spotify catalog information about an artist’s albums.class
Get Spotify catalog information about artists similar to a given artist.class
Get Spotify catalog information about an artist’s top tracks by country.class
Get Spotify catalog information for several artists based on their Spotify IDs. -
Uses of AbstractDataRequest in se.michaelthelin.spotify.requests.data.browse
Modifier and TypeClassDescriptionclass
Get a single category used to tag items in Spotify (on, for example, the Spotify player’s "Browse" tab).class
Get a list of Spotify playlists tagged with a particular category.class
Get a list of categories used to tag items in Spotify (on, for example, the Spotify player’s "Browse" tab).class
Get a list of Spotify featured playlists (shown, for example, on a Spotify player’s "Browse" tab).class
Get a list of new album releases featured in Spotify (shown, for example, on a Spotify player’s "Browse" tab).class
Create a playlist-style listening experience based on seed artists, tracks and genres. -
Uses of AbstractDataRequest in se.michaelthelin.spotify.requests.data.browse.miscellaneous
Modifier and TypeClassDescriptionclass
Retrieve a list of available genres seed parameter values for recommendations. -
Uses of AbstractDataRequest in se.michaelthelin.spotify.requests.data.episodes
Modifier and TypeClassDescriptionclass
Get Spotify catalog information for a single episode identified by its unique Spotify ID.class
Get Spotify catalog information for multiple episodes based on their Spotify IDs. -
Uses of AbstractDataRequest in se.michaelthelin.spotify.requests.data.follow
Modifier and TypeClassDescriptionclass
Check to see if the current user is following one or more artists or other Spotify users.class
Check to see if one or more Spotify users are following a specified playlist.class
Add the current user as a follower of one or more artists or other Spotify users.class
Add the current user as a follower of a playlist.class
Get the current user’s followed artists.class
Remove the current user as a follower of one or more artists or other Spotify users.class
Remove the current user as a follower of a playlist. -
Uses of AbstractDataRequest in se.michaelthelin.spotify.requests.data.follow.legacy
Modifier and TypeClassDescriptionclass
Add the current user as a follower of a playlist.class
Remove the specified user as a follower of a playlist. -
Uses of AbstractDataRequest in se.michaelthelin.spotify.requests.data.library
Modifier and TypeClassDescriptionclass
Check if one or more albums is already saved in the current Spotify user’s "Your Music" library.class
Check if one or more episodes is already saved in the current Spotify user's 'Your Episodes' library.class
Check if one or more shows is already saved in the current Spotify user’s library.class
Check if one or more tracks is already saved in the current Spotify user’s "Your Music" library.class
Get a list of the albums saved in the current Spotify user’s "Your Music" library.class
Get a list of the episodes saved in the current Spotify user's library.class
Get a list of shows saved in the current Spotify user’s library.class
Get a list of the songs saved in the current Spotify user’s "Your Music" library.class
Remove one or more albums from the current user’s "Your Music" library.class
Remove one or more episodes from the current user's library.class
Delete one or more shows from current Spotify user’s library.class
Remove one or more tracks from the current user’s "Your Music" library.class
Save one or more albums to the current user’s "Your Music" library.class
Save one or more episodes to the current user's library.class
Save one or more shows to current Spotify user’s library.class
Save one or more tracks to the current user’s "Your Music" library. -
Uses of AbstractDataRequest in se.michaelthelin.spotify.requests.data.personalization
Modifier and TypeClassDescriptionclass
This class only exists for theoretical purposes. -
Uses of AbstractDataRequest in se.michaelthelin.spotify.requests.data.personalization.simplified
Modifier and TypeClassDescriptionclass
Get the current user’s top artists based on calculated affinity.class
Get the current user’s top tracks based on calculated affinity. -
Uses of AbstractDataRequest in se.michaelthelin.spotify.requests.data.player
Modifier and TypeClassDescriptionclass
Add a track or an episode to the end of the user's current playback queue.class
Get tracks from the current user’s recently played tracks.class
Get information about the user’s current playback state, including track, track progress, and active device.class
Get the list of objects that make up the user's queue.class
Get information about a user’s available devices.class
Get the object currently being played on the user’s Spotify account.class
Pause playback on the user’s account.class
Seeks to the given position in the user’s currently playing track.class
Set the repeat mode for the user’s playback.class
Set the volume for the user’s current playback device.class
Skips to next track in the user’s queue.class
Skips to previous track in the user’s queue.class
Start a new context or resume current playback on the user’s active device.class
Toggle shuffle on or off for user’s playback.class
Transfer playback to a new device and determine if it should start playing. -
Uses of AbstractDataRequest in se.michaelthelin.spotify.requests.data.playlists
Modifier and TypeClassDescriptionclass
Add one or more items to a user’s playlist.class
Change a playlist’s name and public/private state.class
Create a playlist for a Spotify user.class
Get a list of the playlists owned or followed by the current Spotify user.class
Get a list of the playlists owned or followed by a Spotify user.class
Get the current image associated with a specific playlist.class
Get a playlist owned by a Spotify user.class
Get full details of the tracks or episodes of a playlist owned by a Spotify user.class
Remove one or more items from a user’s playlist.class
Reorder an item or a group of items in a playlist.class
Replace all the items in a playlist, overwriting its existing items.class
Replace the image used to represent a specific playlist. -
Uses of AbstractDataRequest in se.michaelthelin.spotify.requests.data.search
Modifier and TypeClassDescriptionclass
Get Spotify catalog information about artists, albums, episodes, playlists, shows or tracks that match a keyword string. -
Uses of AbstractDataRequest in se.michaelthelin.spotify.requests.data.search.simplified
Modifier and TypeClassDescriptionclass
Get Spotify catalog information about albums that match a keyword string.class
Get Spotify catalog information about artists that match a keyword string.class
Get Spotify catalog information about episodes that match a keyword string.class
Get Spotify catalog information about playlists that match a keyword string.class
Get Spotify catalog information about shows that match a keyword string.class
Get Spotify catalog information about tracks that match a keyword string. -
Uses of AbstractDataRequest in se.michaelthelin.spotify.requests.data.search.simplified.special
Modifier and TypeClassDescriptionclass
Get Spotify catalog information about albums that match a keyword string. -
Uses of AbstractDataRequest in se.michaelthelin.spotify.requests.data.shows
Modifier and TypeClassDescriptionclass
Get Spotify catalog information for multiple shows based on their Spotify IDs.class
Get Spotify catalog information for a single show identified by its unique Spotify ID.class
Get Spotify catalog information about an show’s episodes. -
Uses of AbstractDataRequest in se.michaelthelin.spotify.requests.data.tracks
Modifier and TypeClassDescriptionclass
Get a detailed audio analysis for a single track identified by its unique Spotify ID.class
Get audio features for multiple tracks based on their Spotify IDs.class
Get audio feature information for a single track identified by its unique Spotify ID.class
Get Spotify catalog information for multiple tracks based on their Spotify IDs.class
Get Spotify catalog information for a single track identified by its unique Spotify ID. -
Uses of AbstractDataRequest in se.michaelthelin.spotify.requests.data.users_profile
Modifier and TypeClassDescriptionclass
Get detailed profile information about the current user (including the current user’s username).class
Get public profile information about a Spotify user.