Uses of Class
se.michaelthelin.spotify.requests.AbstractRequest
Packages that use AbstractRequest
Package
Description
-
Uses of AbstractRequest in se.michaelthelin.spotify.requests.authorization
Subclasses of AbstractRequest in se.michaelthelin.spotify.requests.authorizationModifier and TypeClassDescriptionclassAbstract base class for authorization requests. -
Uses of AbstractRequest in se.michaelthelin.spotify.requests.authorization.authorization_code
Modifier and TypeClassDescriptionclassRefresh your access token by creating an Authorization Code Refresh request.classRequest an access token and refresh token by creating an Authorization Code request.classRequest an authorization code by creating an Authorization Code URI request. -
Uses of AbstractRequest in se.michaelthelin.spotify.requests.authorization.authorization_code.pkce
Subclasses of AbstractRequest in se.michaelthelin.spotify.requests.authorization.authorization_code.pkceModifier and TypeClassDescriptionclassRefresh your access token by creating an Authorization Code Refresh request.classRequest an access token by exchanging the authorization code for an access token with an Authorization Code request. -
Uses of AbstractRequest in se.michaelthelin.spotify.requests.authorization.client_credentials
Modifier and TypeClassDescriptionclassRequest an access token by creating a Client Credentials request. -
Uses of AbstractRequest in se.michaelthelin.spotify.requests.data
Subclasses of AbstractRequest in se.michaelthelin.spotify.requests.dataModifier and TypeClassDescriptionclassAbstract base class for cursor-based paging data requests.classAbstract base class for paging data requests.classAbstract base class for data requests. -
Uses of AbstractRequest in se.michaelthelin.spotify.requests.data.albums
Subclasses of AbstractRequest in se.michaelthelin.spotify.requests.data.albumsModifier and TypeClassDescriptionclassGet Spotify catalog information for a single album.classGet Spotify catalog information about an album's tracks.classGet Spotify catalog information for multiple albums identified by their Spotify IDs. -
Uses of AbstractRequest in se.michaelthelin.spotify.requests.data.artists
Subclasses of AbstractRequest in se.michaelthelin.spotify.requests.data.artistsModifier and TypeClassDescriptionclassGet Spotify catalog information for a single artist identified by their unique Spotify ID.classGet Spotify catalog information about an artist’s albums.classGet Spotify catalog information about artists similar to a given artist.classGet Spotify catalog information about an artist’s top tracks by country.classGet Spotify catalog information for several artists based on their Spotify IDs. -
Uses of AbstractRequest in se.michaelthelin.spotify.requests.data.browse
Subclasses of AbstractRequest in se.michaelthelin.spotify.requests.data.browseModifier and TypeClassDescriptionclassGet a single category used to tag items in Spotify (on, for example, the Spotify player’s "Browse" tab).classGet a list of Spotify playlists tagged with a particular category.classGet a list of categories used to tag items in Spotify (on, for example, the Spotify player’s "Browse" tab).classGet a list of Spotify featured playlists (shown, for example, on a Spotify player’s "Browse" tab).classGet a list of new album releases featured in Spotify (shown, for example, on a Spotify player’s "Browse" tab).classCreate a playlist-style listening experience based on seed artists, tracks and genres. -
Uses of AbstractRequest in se.michaelthelin.spotify.requests.data.browse.miscellaneous
Modifier and TypeClassDescriptionclassRetrieve a list of available genres seed parameter values for recommendations. -
Uses of AbstractRequest in se.michaelthelin.spotify.requests.data.episodes
Subclasses of AbstractRequest in se.michaelthelin.spotify.requests.data.episodesModifier and TypeClassDescriptionclassGet Spotify catalog information for a single episode identified by its unique Spotify ID.classGet Spotify catalog information for multiple episodes based on their Spotify IDs. -
Uses of AbstractRequest in se.michaelthelin.spotify.requests.data.follow
Subclasses of AbstractRequest in se.michaelthelin.spotify.requests.data.followModifier and TypeClassDescriptionclassCheck to see if the current user is following one or more artists or other Spotify users.classCheck to see if one or more Spotify users are following a specified playlist.classAdd the current user as a follower of one or more artists or other Spotify users.classAdd the current user as a follower of a playlist.classGet the current user’s followed artists.classRemove the current user as a follower of one or more artists or other Spotify users.classRemove the current user as a follower of a playlist. -
Uses of AbstractRequest in se.michaelthelin.spotify.requests.data.follow.legacy
Subclasses of AbstractRequest in se.michaelthelin.spotify.requests.data.follow.legacyModifier and TypeClassDescriptionclassAdd the current user as a follower of a playlist.classRemove the specified user as a follower of a playlist. -
Uses of AbstractRequest in se.michaelthelin.spotify.requests.data.library
Subclasses of AbstractRequest in se.michaelthelin.spotify.requests.data.libraryModifier and TypeClassDescriptionclassCheck if one or more albums is already saved in the current Spotify user’s "Your Music" library.classCheck if one or more episodes is already saved in the current Spotify user's 'Your Episodes' library.classCheck if one or more shows is already saved in the current Spotify user’s library.classCheck if one or more tracks is already saved in the current Spotify user’s "Your Music" library.classGet a list of the albums saved in the current Spotify user’s "Your Music" library.classGet a list of the episodes saved in the current Spotify user's library.classGet a list of shows saved in the current Spotify user’s library.classGet a list of the songs saved in the current Spotify user’s "Your Music" library.classRemove one or more albums from the current user’s "Your Music" library.classRemove one or more episodes from the current user's library.classDelete one or more shows from current Spotify user’s library.classRemove one or more tracks from the current user’s "Your Music" library.classSave one or more albums to the current user’s "Your Music" library.classSave one or more episodes to the current user's library.classSave one or more shows to current Spotify user’s library.classSave one or more tracks to the current user’s "Your Music" library. -
Uses of AbstractRequest in se.michaelthelin.spotify.requests.data.personalization
Subclasses of AbstractRequest in se.michaelthelin.spotify.requests.data.personalizationModifier and TypeClassDescriptionclassThis class only exists for theoretical purposes. -
Uses of AbstractRequest in se.michaelthelin.spotify.requests.data.personalization.simplified
Modifier and TypeClassDescriptionclassGet the current user’s top artists based on calculated affinity.classGet the current user’s top tracks based on calculated affinity. -
Uses of AbstractRequest in se.michaelthelin.spotify.requests.data.player
Subclasses of AbstractRequest in se.michaelthelin.spotify.requests.data.playerModifier and TypeClassDescriptionclassAdd a track or an episode to the end of the user's current playback queue.classGet tracks from the current user’s recently played tracks.classGet information about the user’s current playback state, including track, track progress, and active device.classGet the list of objects that make up the user's queue.classGet information about a user’s available devices.classGet the object currently being played on the user’s Spotify account.classPause playback on the user’s account.classSeeks to the given position in the user’s currently playing track.classSet the repeat mode for the user’s playback.classSet the volume for the user’s current playback device.classSkips to next track in the user’s queue.classSkips to previous track in the user’s queue.classStart a new context or resume current playback on the user’s active device.classToggle shuffle on or off for user’s playback.classTransfer playback to a new device and determine if it should start playing. -
Uses of AbstractRequest in se.michaelthelin.spotify.requests.data.playlists
Subclasses of AbstractRequest in se.michaelthelin.spotify.requests.data.playlistsModifier and TypeClassDescriptionclassAdd one or more items to a user’s playlist.classChange a playlist’s name and public/private state.classCreate a playlist for a Spotify user.classGet a list of the playlists owned or followed by the current Spotify user.classGet a list of the playlists owned or followed by a Spotify user.classGet the current image associated with a specific playlist.classGet a playlist owned by a Spotify user.classGet full details of the tracks or episodes of a playlist owned by a Spotify user.classRemove one or more items from a user’s playlist.classReorder an item or a group of items in a playlist.classReplace all the items in a playlist, overwriting its existing items.classReplace the image used to represent a specific playlist. -
Uses of AbstractRequest in se.michaelthelin.spotify.requests.data.search
Subclasses of AbstractRequest in se.michaelthelin.spotify.requests.data.searchModifier and TypeClassDescriptionclassGet Spotify catalog information about artists, albums, episodes, playlists, shows or tracks that match a keyword string. -
Uses of AbstractRequest in se.michaelthelin.spotify.requests.data.search.simplified
Subclasses of AbstractRequest in se.michaelthelin.spotify.requests.data.search.simplifiedModifier and TypeClassDescriptionclassGet Spotify catalog information about albums that match a keyword string.classGet Spotify catalog information about artists that match a keyword string.classGet Spotify catalog information about episodes that match a keyword string.classGet Spotify catalog information about playlists that match a keyword string.classGet Spotify catalog information about shows that match a keyword string.classGet Spotify catalog information about tracks that match a keyword string. -
Uses of AbstractRequest in se.michaelthelin.spotify.requests.data.search.simplified.special
Modifier and TypeClassDescriptionclassGet Spotify catalog information about albums that match a keyword string. -
Uses of AbstractRequest in se.michaelthelin.spotify.requests.data.shows
Subclasses of AbstractRequest in se.michaelthelin.spotify.requests.data.showsModifier and TypeClassDescriptionclassGet Spotify catalog information for multiple shows based on their Spotify IDs.classGet Spotify catalog information for a single show identified by its unique Spotify ID.classGet Spotify catalog information about an show’s episodes. -
Uses of AbstractRequest in se.michaelthelin.spotify.requests.data.tracks
Subclasses of AbstractRequest in se.michaelthelin.spotify.requests.data.tracksModifier and TypeClassDescriptionclassGet a detailed audio analysis for a single track identified by its unique Spotify ID.classGet audio features for multiple tracks based on their Spotify IDs.classGet audio feature information for a single track identified by its unique Spotify ID.classGet Spotify catalog information for multiple tracks based on their Spotify IDs.classGet Spotify catalog information for a single track identified by its unique Spotify ID. -
Uses of AbstractRequest in se.michaelthelin.spotify.requests.data.users_profile
Subclasses of AbstractRequest in se.michaelthelin.spotify.requests.data.users_profileModifier and TypeClassDescriptionclassGet detailed profile information about the current user (including the current user’s username).classGet public profile information about a Spotify user.