Uses of Class
se.michaelthelin.spotify.requests.AbstractRequest
-
-
Uses of AbstractRequest in se.michaelthelin.spotify.requests.authorization
Subclasses of AbstractRequest in se.michaelthelin.spotify.requests.authorization Modifier and Type Class Description classAbstractAuthorizationRequest<T> -
Uses of AbstractRequest in se.michaelthelin.spotify.requests.authorization.authorization_code
Subclasses of AbstractRequest in se.michaelthelin.spotify.requests.authorization.authorization_code Modifier and Type Class Description classAuthorizationCodeRefreshRequestRefresh your access token by creating an Authorization Code Refresh request.classAuthorizationCodeRequestRequest an access token and refresh token by creating an Authorization Code request.classAuthorizationCodeUriRequestRequest 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.pkce Modifier and Type Class Description classAuthorizationCodePKCERefreshRequestRefresh your access token by creating an Authorization Code Refresh request.classAuthorizationCodePKCERequestRequest 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
Subclasses of AbstractRequest in se.michaelthelin.spotify.requests.authorization.client_credentials Modifier and Type Class Description classClientCredentialsRequestRequest 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.data Modifier and Type Class Description classAbstractDataPagingCursorbasedRequest<T>classAbstractDataPagingRequest<T>classAbstractDataRequest<T> -
Uses of AbstractRequest in se.michaelthelin.spotify.requests.data.albums
Subclasses of AbstractRequest in se.michaelthelin.spotify.requests.data.albums Modifier and Type Class Description classGetAlbumRequestGet Spotify catalog information for a single album.classGetAlbumsTracksRequestGet Spotify catalog information about an album's tracks.classGetSeveralAlbumsRequestGet 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.artists Modifier and Type Class Description classGetArtistRequestGet Spotify catalog information for a single artist identified by their unique Spotify ID.classGetArtistsAlbumsRequestGet Spotify catalog information about an artist’s albums.classGetArtistsRelatedArtistsRequestGet Spotify catalog information about artists similar to a given artist.classGetArtistsTopTracksRequestGet Spotify catalog information about an artist’s top tracks by country.classGetSeveralArtistsRequestGet 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.browse Modifier and Type Class Description classGetCategoryRequestGet a single category used to tag items in Spotify (on, for example, the Spotify player’s "Browse" tab).classGetCategorysPlaylistsRequestGet a list of Spotify playlists tagged with a particular category.classGetListOfCategoriesRequestGet a list of categories used to tag items in Spotify (on, for example, the Spotify player’s "Browse" tab).classGetListOfFeaturedPlaylistsRequestGet a list of Spotify featured playlists (shown, for example, on a Spotify player’s "Browse" tab).classGetListOfNewReleasesRequestGet a list of new album releases featured in Spotify (shown, for example, on a Spotify player’s "Browse" tab).classGetRecommendationsRequestCreate a playlist-style listening experience based on seed artists, tracks and genres. -
Uses of AbstractRequest in se.michaelthelin.spotify.requests.data.browse.miscellaneous
Subclasses of AbstractRequest in se.michaelthelin.spotify.requests.data.browse.miscellaneous Modifier and Type Class Description classGetAvailableGenreSeedsRequestRetrieve 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.episodes Modifier and Type Class Description classGetEpisodeRequestGet Spotify catalog information for a single episode identified by its unique Spotify ID.classGetSeveralEpisodesRequestGet 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.follow Modifier and Type Class Description classCheckCurrentUserFollowsArtistsOrUsersRequestCheck to see if the current user is following one or more artists or other Spotify users.classCheckUsersFollowPlaylistRequestCheck to see if one or more Spotify users are following a specified playlist.classFollowArtistsOrUsersRequestAdd the current user as a follower of one or more artists or other Spotify users.classFollowPlaylistRequestAdd the current user as a follower of a playlist.classGetUsersFollowedArtistsRequestGet the current user’s followed artists.classUnfollowArtistsOrUsersRequestRemove the current user as a follower of one or more artists or other Spotify users.classUnfollowPlaylistRequestRemove 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.legacy Modifier and Type Class Description classFollowPlaylistRequestAdd the current user as a follower of a playlist.classUnfollowPlaylistRequestRemove 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.library Modifier and Type Class Description classCheckUsersSavedAlbumsRequestCheck if one or more albums is already saved in the current Spotify user’s "Your Music" library.classCheckUsersSavedShowsRequestCheck if one or more shows is already saved in the current Spotify user’s library.classCheckUsersSavedTracksRequestCheck if one or more tracks is already saved in the current Spotify user’s "Your Music" library.classGetCurrentUsersSavedAlbumsRequestGet a list of the albums saved in the current Spotify user’s "Your Music" library.classGetUsersSavedShowsRequestGet a list of shows saved in the current Spotify user’s library.classGetUsersSavedTracksRequestGet a list of the songs saved in the current Spotify user’s "Your Music" library.classRemoveAlbumsForCurrentUserRequestRemove one or more albums from the current user’s "Your Music" library.classRemoveUsersSavedShowsRequestDelete one or more shows from current Spotify user’s library.classRemoveUsersSavedTracksRequestRemove one or more tracks from the current user’s "Your Music" library.classSaveAlbumsForCurrentUserRequestSave one or more albums to the current user’s "Your Music" library.classSaveShowsForCurrentUserRequestSave one or more shows to current Spotify user’s library.classSaveTracksForUserRequestSave 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.personalization Modifier and Type Class Description classGetUsersTopArtistsAndTracksRequest<T extends IArtistTrackModelObject>This class only exists for theoretical purposes. -
Uses of AbstractRequest in se.michaelthelin.spotify.requests.data.personalization.simplified
Subclasses of AbstractRequest in se.michaelthelin.spotify.requests.data.personalization.simplified Modifier and Type Class Description classGetUsersTopArtistsRequestGet the current user’s top artists based on calculated affinity.classGetUsersTopTracksRequestGet 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.player Modifier and Type Class Description classAddItemToUsersPlaybackQueueRequestAdd a track or an episode to the end of the user's current playback queue.classGetCurrentUsersRecentlyPlayedTracksRequestGet tracks from the current user’s recently played tracks.classGetInformationAboutUsersCurrentPlaybackRequestGet information about the user’s current playback state, including track, track progress, and active device.classGetTheUsersQueueRequestGet the list of objects that make up the user's queue.classGetUsersAvailableDevicesRequestGet information about a user’s available devices.classGetUsersCurrentlyPlayingTrackRequestGet the object currently being played on the user’s Spotify account.classPauseUsersPlaybackRequestPause playback on the user’s account.classSeekToPositionInCurrentlyPlayingTrackRequestSeeks to the given position in the user’s currently playing track.classSetRepeatModeOnUsersPlaybackRequestSet the repeat mode for the user’s playback.classSetVolumeForUsersPlaybackRequestSet the volume for the user’s current playback device.classSkipUsersPlaybackToNextTrackRequestSkips to next track in the user’s queue.classSkipUsersPlaybackToPreviousTrackRequestSkips to previous track in the user’s queue.classStartResumeUsersPlaybackRequestStart a new context or resume current playback on the user’s active device.classToggleShuffleForUsersPlaybackRequestToggle shuffle on or off for user’s playback.classTransferUsersPlaybackRequestTransfer 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.playlists Modifier and Type Class Description classAddItemsToPlaylistRequestAdd one or more items to a user’s playlist.classChangePlaylistsDetailsRequestChange a playlist’s name and public/private state.classCreatePlaylistRequestCreate a playlist for a Spotify user.classGetListOfCurrentUsersPlaylistsRequestGet a list of the playlists owned or followed by the current Spotify user.classGetListOfUsersPlaylistsRequestGet a list of the playlists owned or followed by a Spotify user.classGetPlaylistCoverImageRequestGet the current image associated with a specific playlist.classGetPlaylistRequestGet a playlist owned by a Spotify user.classGetPlaylistsItemsRequestGet full details of the tracks or episodes of a playlist owned by a Spotify user.classRemoveItemsFromPlaylistRequestRemove one or more items from a user’s playlist.classReorderPlaylistsItemsRequestReorder an item or a group of items in a playlist.classReplacePlaylistsItemsRequestReplace all the items in a playlist, overwriting its existing items.classUploadCustomPlaylistCoverImageRequestReplace 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.search Modifier and Type Class Description classSearchItemRequestGet 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.simplified Modifier and Type Class Description classSearchAlbumsRequestGet Spotify catalog information about albums that match a keyword string.classSearchArtistsRequestGet Spotify catalog information about artists that match a keyword string.classSearchEpisodesRequestGet Spotify catalog information about episodes that match a keyword string.classSearchPlaylistsRequestGet Spotify catalog information about playlists that match a keyword string.classSearchShowsRequestGet Spotify catalog information about shows that match a keyword string.classSearchTracksRequestGet Spotify catalog information about tracks that match a keyword string. -
Uses of AbstractRequest in se.michaelthelin.spotify.requests.data.search.simplified.special
Subclasses of AbstractRequest in se.michaelthelin.spotify.requests.data.search.simplified.special Modifier and Type Class Description classSearchAlbumsSpecialRequestGet 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.shows Modifier and Type Class Description classGetSeveralShowsRequestGet Spotify catalog information for multiple shows based on their Spotify IDs.classGetShowRequestGet Spotify catalog information for a single show identified by its unique Spotify ID.classGetShowsEpisodesRequestGet 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.tracks Modifier and Type Class Description classGetAudioAnalysisForTrackRequestGet a detailed audio analysis for a single track identified by its unique Spotify ID.classGetAudioFeaturesForSeveralTracksRequestGet audio features for multiple tracks based on their Spotify IDs.classGetAudioFeaturesForTrackRequestGet audio feature information for a single track identified by its unique Spotify ID.classGetSeveralTracksRequestGet Spotify catalog information for multiple tracks based on their Spotify IDs.classGetTrackRequestGet 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_profile Modifier and Type Class Description classGetCurrentUsersProfileRequestGet detailed profile information about the current user (including the current user’s username).classGetUsersProfileRequestGet public profile information about a Spotify user.
-