Uses of Class
com.wrapper.spotify.requests.data.AbstractDataRequest
-
-
Uses of AbstractDataRequest in com.wrapper.spotify.requests.data.albums
Subclasses of AbstractDataRequest in com.wrapper.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 AbstractDataRequest in com.wrapper.spotify.requests.data.artists
Subclasses of AbstractDataRequest in com.wrapper.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 AbstractDataRequest in com.wrapper.spotify.requests.data.browse
Subclasses of AbstractDataRequest in com.wrapper.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 AbstractDataRequest in com.wrapper.spotify.requests.data.browse.miscellaneous
Subclasses of AbstractDataRequest in com.wrapper.spotify.requests.data.browse.miscellaneous Modifier and Type Class Description classGetAvailableGenreSeedsRequestRetrieve a list of available genres seed parameter values for recommendations. -
Uses of AbstractDataRequest in com.wrapper.spotify.requests.data.follow
Subclasses of AbstractDataRequest in com.wrapper.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 AbstractDataRequest in com.wrapper.spotify.requests.data.library
Subclasses of AbstractDataRequest in com.wrapper.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.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.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.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.classSaveTracksForUserRequestSave one or more tracks to the current user’s "Your Music" library. -
Uses of AbstractDataRequest in com.wrapper.spotify.requests.data.personalization
Subclasses of AbstractDataRequest in com.wrapper.spotify.requests.data.personalization Modifier and Type Class Description classGetUsersTopArtistsAndTracksRequest<T extends IArtistTrackModelObject>This class only exists for theoretical purposes. -
Uses of AbstractDataRequest in com.wrapper.spotify.requests.data.personalization.simplified
Subclasses of AbstractDataRequest in com.wrapper.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 AbstractDataRequest in com.wrapper.spotify.requests.data.player
Subclasses of AbstractDataRequest in com.wrapper.spotify.requests.data.player Modifier and Type Class Description 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.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 AbstractDataRequest in com.wrapper.spotify.requests.data.playlists
Subclasses of AbstractDataRequest in com.wrapper.spotify.requests.data.playlists Modifier and Type Class Description classAddTracksToPlaylistRequestAdd one or more tracks 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.classGetPlaylistsTracksRequestGet full details of the tracks of a playlist owned by a Spotify user.classRemoveTracksFromPlaylistRequestRemove one or more tracks from a user’s playlist.classReorderPlaylistsTracksRequestReorder a track or a group of tracks in a playlist.classReplacePlaylistsTracksRequestReplace all the tracks in a playlist, overwriting its existing tracks.classUploadCustomPlaylistCoverImageRequestReplace the image used to represent a specific playlist. -
Uses of AbstractDataRequest in com.wrapper.spotify.requests.data.search
Subclasses of AbstractDataRequest in com.wrapper.spotify.requests.data.search Modifier and Type Class Description classSearchItemRequestGet Spotify catalog information about artists, albums, tracks or playlists that match a keyword string. -
Uses of AbstractDataRequest in com.wrapper.spotify.requests.data.search.simplified
Subclasses of AbstractDataRequest in com.wrapper.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.classSearchPlaylistsRequestGet Spotify catalog information about playlists that match a keyword string.classSearchTracksRequestGet Spotify catalog information about tracks that match a keyword string. -
Uses of AbstractDataRequest in com.wrapper.spotify.requests.data.tracks
Subclasses of AbstractDataRequest in com.wrapper.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 AbstractDataRequest in com.wrapper.spotify.requests.data.users_profile
Subclasses of AbstractDataRequest in com.wrapper.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.
-