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 TypeClassDescriptionclassDeprecated.classGet Spotify catalog information for a single album.classGet Spotify catalog information about an album's tracks.classDeprecated.Use the Search API instead.classDeprecated.This endpoint has been deprecated by Spotify.classGet a list of the albums saved in the current Spotify user’s "Your Music" library.classDeprecated.UseRemoveItemsFromLibraryRequestinstead.classDeprecated.UseSaveItemsToLibraryRequestinstead. -
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.classDeprecated.This endpoint has been deprecated by Spotify.classDeprecated.This endpoint has been deprecated by Spotify.classDeprecated.This endpoint has been deprecated by Spotify. -
Uses of AbstractRequest in se.michaelthelin.spotify.requests.data.audiobooks
Subclasses of AbstractRequest in se.michaelthelin.spotify.requests.data.audiobooksModifier and TypeClassDescriptionclassDeprecated.UseCheckUsersSavedItemsRequestinstead.classGet Spotify catalog information about an audiobook's chapters.classGet Spotify catalog information for a single audiobook.classDeprecated.This endpoint has been deprecated by Spotify.classGet a list of the audiobooks saved in the current Spotify user's "Your Music" library.classDeprecated.UseRemoveItemsFromLibraryRequestinstead.classDeprecated.UseSaveItemsToLibraryRequestinstead. -
Uses of AbstractRequest in se.michaelthelin.spotify.requests.data.categories
Subclasses of AbstractRequest in se.michaelthelin.spotify.requests.data.categoriesModifier and TypeClassDescriptionclassDeprecated.Use the Search API instead.classDeprecated.Use the Search API instead. -
Uses of AbstractRequest in se.michaelthelin.spotify.requests.data.chapters
Subclasses of AbstractRequest in se.michaelthelin.spotify.requests.data.chaptersModifier and TypeClassDescriptionclassGet Spotify catalog information for a single audiobook chapter.classDeprecated.This endpoint has been deprecated by Spotify. -
Uses of AbstractRequest in se.michaelthelin.spotify.requests.data.episodes
Subclasses of AbstractRequest in se.michaelthelin.spotify.requests.data.episodesModifier and TypeClassDescriptionclassDeprecated.UseCheckUsersSavedItemsRequestinstead.classGet Spotify catalog information for a single episode identified by its unique Spotify ID.classDeprecated.This endpoint has been deprecated by Spotify.classGet a list of the episodes saved in the current Spotify user's library.classDeprecated.UseRemoveItemsFromLibraryRequestinstead.classDeprecated.UseSaveItemsToLibraryRequestinstead. -
Uses of AbstractRequest in se.michaelthelin.spotify.requests.data.genres
Subclasses of AbstractRequest in se.michaelthelin.spotify.requests.data.genresModifier and TypeClassDescriptionclassDeprecated.This endpoint has been deprecated by Spotify. -
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 items are already saved in the current user's library.classRemove a list of Spotify URIs from the user's library.classSave a list of Spotify URIs to the user's library. -
Uses of AbstractRequest in se.michaelthelin.spotify.requests.data.markets
Subclasses of AbstractRequest in se.michaelthelin.spotify.requests.data.marketsModifier and TypeClassDescriptionclassDeprecated.This endpoint has been deprecated by Spotify. -
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 information about a user’s available devices.classGet the object currently being played on the user’s Spotify account.classGet information about the user’s current playback state, including track, track progress, and active device.classGet tracks from the current user’s recently played tracks.classGet the list of objects that make up the user's queue.classPause playback on the user’s account.classSeeks to the given position in the user’s currently playing track.classSet the volume for the user’s current playback device.classSet the repeat mode for the user’s playback.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 TypeClassDescriptionclassReplace the image used to represent a specific playlist.classDeprecated.UseAddItemsToPlaylistRequestinstead.classAdd one or more items to a user’s playlist.classChange a playlist’s name and public/private state.classDeprecated.This endpoint is deprecated.classCreate a playlist for the current Spotify user.classDeprecated.Use the Search API instead.classGet a list of the playlists owned or followed by the current Spotify user.classDeprecated.This endpoint has been deprecated by Spotify.classGet the current image associated with a specific playlist.classDeprecated.UseGetPlaylistItemsRequestinstead.classGet full details of the tracks or episodes of a playlist owned by a Spotify user.classGet a playlist owned by a Spotify user.classDeprecated.This endpoint is deprecated.classDeprecated.UseRemovePlaylistItemsRequestinstead.classRemove one or more items from a user’s playlist.classDeprecated.UseUpdatePlaylistsItemsReorderRequestinstead.classReorder an item or a group of items in a playlist.classDeprecated.UseUpdatePlaylistsItemsReplaceRequestinstead.classReplace all the items in a playlist, overwriting its existing items. -
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 audiobooks 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 TypeClassDescriptionclassDeprecated.UseCheckUsersSavedItemsRequestinstead.classDeprecated.This endpoint has been deprecated by Spotify.classGet Spotify catalog information about an show’s episodes.classGet Spotify catalog information for a single show identified by its unique Spotify ID.classGet a list of shows saved in the current Spotify user’s library.classDeprecated.UseRemoveItemsFromLibraryRequestinstead.classDeprecated.UseSaveItemsToLibraryRequestinstead. -
Uses of AbstractRequest in se.michaelthelin.spotify.requests.data.tracks
Subclasses of AbstractRequest in se.michaelthelin.spotify.requests.data.tracksModifier and TypeClassDescriptionclassDeprecated.UseCheckUsersSavedItemsRequestinstead.classDeprecated.This endpoint has been deprecated by Spotify.classDeprecated.This endpoint has been deprecated by Spotify.classDeprecated.This endpoint has been deprecated by Spotify.classGet Spotify catalog information for a single track identified by its unique Spotify ID.classDeprecated.This endpoint has been deprecated by Spotify.classDeprecated.This endpoint has been deprecated by Spotify.classGet a list of the songs saved in the current Spotify user’s "Your Music" library.classDeprecated.UseRemoveItemsFromLibraryRequestinstead.classDeprecated.UseSaveItemsToLibraryRequestinstead. -
Uses of AbstractRequest in se.michaelthelin.spotify.requests.data.users
Subclasses of AbstractRequest in se.michaelthelin.spotify.requests.data.usersModifier and TypeClassDescriptionclassDeprecated.This endpoint has been deprecated by Spotify.classDeprecated.This endpoint has been deprecated by Spotify.classDeprecated.This endpoint has been deprecated by Spotify.classDeprecated.This endpoint has been deprecated by Spotify.classGet detailed profile information about the current user (including the current user’s username).classGet the current user’s followed artists.classDeprecated.This endpoint is deprecated.classThis class only exists for theoretical purposes.classDeprecated.This endpoint has been deprecated by Spotify.classDeprecated.This endpoint has been deprecated by Spotify. -
Uses of AbstractRequest in se.michaelthelin.spotify.requests.data.users.simplified
Subclasses of AbstractRequest in se.michaelthelin.spotify.requests.data.users.simplifiedModifier and TypeClassDescriptionclassGet the current user’s top artists based on calculated affinity.classGet the current user’s top tracks based on calculated affinity.
CheckUsersSavedItemsRequestinstead.