Uses of Interface
se.michaelthelin.spotify.requests.IRequest
-
-
Uses of IRequest in se.michaelthelin.spotify.requests
Classes in se.michaelthelin.spotify.requests that implement IRequest Modifier and Type Class Description classAbstractRequest<T>Methods in se.michaelthelin.spotify.requests that return IRequest Modifier and Type Method Description IRequest<T>IRequest.Builder. build() -
Uses of IRequest in se.michaelthelin.spotify.requests.authorization
Classes in se.michaelthelin.spotify.requests.authorization that implement IRequest Modifier and Type Class Description classAbstractAuthorizationRequest<T> -
Uses of IRequest in se.michaelthelin.spotify.requests.authorization.authorization_code
Classes in se.michaelthelin.spotify.requests.authorization.authorization_code that implement IRequest 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 IRequest in se.michaelthelin.spotify.requests.authorization.authorization_code.pkce
Classes in se.michaelthelin.spotify.requests.authorization.authorization_code.pkce that implement IRequest 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 IRequest in se.michaelthelin.spotify.requests.authorization.client_credentials
Classes in se.michaelthelin.spotify.requests.authorization.client_credentials that implement IRequest Modifier and Type Class Description classClientCredentialsRequestRequest an access token by creating a Client Credentials request. -
Uses of IRequest in se.michaelthelin.spotify.requests.data
Classes in se.michaelthelin.spotify.requests.data that implement IRequest Modifier and Type Class Description classAbstractDataPagingCursorbasedRequest<T>classAbstractDataPagingRequest<T>classAbstractDataRequest<T> -
Uses of IRequest in se.michaelthelin.spotify.requests.data.albums
Classes in se.michaelthelin.spotify.requests.data.albums that implement IRequest 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 IRequest in se.michaelthelin.spotify.requests.data.artists
Classes in se.michaelthelin.spotify.requests.data.artists that implement IRequest 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 IRequest in se.michaelthelin.spotify.requests.data.browse
Classes in se.michaelthelin.spotify.requests.data.browse that implement IRequest 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 IRequest in se.michaelthelin.spotify.requests.data.browse.miscellaneous
Classes in se.michaelthelin.spotify.requests.data.browse.miscellaneous that implement IRequest Modifier and Type Class Description classGetAvailableGenreSeedsRequestRetrieve a list of available genres seed parameter values for recommendations. -
Uses of IRequest in se.michaelthelin.spotify.requests.data.episodes
Classes in se.michaelthelin.spotify.requests.data.episodes that implement IRequest 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 IRequest in se.michaelthelin.spotify.requests.data.follow
Classes in se.michaelthelin.spotify.requests.data.follow that implement IRequest 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 IRequest in se.michaelthelin.spotify.requests.data.follow.legacy
Classes in se.michaelthelin.spotify.requests.data.follow.legacy that implement IRequest 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 IRequest in se.michaelthelin.spotify.requests.data.library
Classes in se.michaelthelin.spotify.requests.data.library that implement IRequest 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 IRequest in se.michaelthelin.spotify.requests.data.personalization
Classes in se.michaelthelin.spotify.requests.data.personalization that implement IRequest Modifier and Type Class Description classGetUsersTopArtistsAndTracksRequest<T extends IArtistTrackModelObject>This class only exists for theoretical purposes. -
Uses of IRequest in se.michaelthelin.spotify.requests.data.personalization.simplified
Classes in se.michaelthelin.spotify.requests.data.personalization.simplified that implement IRequest 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 IRequest in se.michaelthelin.spotify.requests.data.player
Classes in se.michaelthelin.spotify.requests.data.player that implement IRequest 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 IRequest in se.michaelthelin.spotify.requests.data.playlists
Classes in se.michaelthelin.spotify.requests.data.playlists that implement IRequest 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 IRequest in se.michaelthelin.spotify.requests.data.search
Classes in se.michaelthelin.spotify.requests.data.search that implement IRequest Modifier and Type Class Description classSearchItemRequestGet Spotify catalog information about artists, albums, episodes, playlists, shows or tracks that match a keyword string. -
Uses of IRequest in se.michaelthelin.spotify.requests.data.search.simplified
Classes in se.michaelthelin.spotify.requests.data.search.simplified that implement IRequest 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 IRequest in se.michaelthelin.spotify.requests.data.search.simplified.special
Classes in se.michaelthelin.spotify.requests.data.search.simplified.special that implement IRequest Modifier and Type Class Description classSearchAlbumsSpecialRequestGet Spotify catalog information about albums that match a keyword string. -
Uses of IRequest in se.michaelthelin.spotify.requests.data.shows
Classes in se.michaelthelin.spotify.requests.data.shows that implement IRequest 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 IRequest in se.michaelthelin.spotify.requests.data.tracks
Classes in se.michaelthelin.spotify.requests.data.tracks that implement IRequest 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 IRequest in se.michaelthelin.spotify.requests.data.users_profile
Classes in se.michaelthelin.spotify.requests.data.users_profile that implement IRequest 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.
-